-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove integration tests #3052
Remove integration tests #3052
Conversation
command: yarn test --integration | ||
- store_artifacts: | ||
path: integration/__image_snapshots__ | ||
destination: integration_image_snapshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can try to remove "Workaround for puppeteer/puppeteer#290" step above as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the corresponding script file: https://github.com/storybooks/storybook/blob/da23479536ad8e42d23dac0178cf8ff22f8be2d5/scripts/workaround-puppeteer-issue-290.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uggh, sorry, done.
Codecov Report
@@ Coverage Diff @@
## master #3052 +/- ##
=======================================
Coverage 36.87% 36.87%
=======================================
Files 417 417
Lines 9849 9849
Branches 839 824 -15
=======================================
Hits 3632 3632
- Misses 5732 5774 +42
+ Partials 485 443 -42
Continue to review full report at Codecov.
|
Issue: Integration tests have been replaced with Chromatic tests
What I did
Got rid of them
How to test
Make sure build passes.