-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR to add tasks in pipeline for v9 VRT integration (#25606)
- Loading branch information
1 parent
4cfe7d0
commit 544fc60
Showing
5 changed files
with
332 additions
and
31 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
apps/vr-tests-react-components/convertStoriesToStoryWright.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env bash | ||
set -x | ||
sed -i "s/import.*Screener.*screener'/import { StoryWright, Steps } from 'storywright'/g" src/stories/* | ||
sed -i "s/Screener.Steps/Steps/g" src/stories/* | ||
sed -i "s/Screener/StoryWright/g" src/stories/* | ||
find ./src/stories/ -type f | xargs sed -i "s/import.*Screener.*screener'/import { StoryWright, Steps } from 'storywright'/g" | ||
find ./src/stories/ -type f | xargs sed -i "s/Screener.Steps/Steps/g" | ||
find ./src/stories/ -type f | xargs sed -i "s/Screener/StoryWright/g" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.