Skip to content

Commit

Permalink
chore(vr-tests-react-components): fail CI if we have invalid VR test …
Browse files Browse the repository at this point in the history
…stories
  • Loading branch information
Hotell committed Feb 20, 2025
1 parent 55ad8f6 commit de5ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "storybook dev",
"test": "just-scripts test",
"type-check": "tsc -p . --noEmit --baseUrl .",
"test-vr": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true"
"test-vr": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true --bailOnStoriesError"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down

0 comments on commit de5ffad

Please sign in to comment.