-
-
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
ADD integration test #2119
ADD integration test #2119
Conversation
8ebbe58
to
e0052c0
Compare
…e-kitchen-sink examples
e0052c0
to
c1d1419
Compare
Something is wrong with the yml config, unsure what 😭 |
It was a single misplaced space 😒 |
cdd83c2
to
b1523b9
Compare
b1523b9
to
6efc1ed
Compare
Codecov Report
@@ Coverage Diff @@
## master #2119 +/- ##
=======================================
Coverage 21.41% 21.41%
=======================================
Files 263 263
Lines 5796 5796
Branches 695 691 -4
=======================================
Hits 1241 1241
- Misses 4018 4037 +19
+ Partials 537 518 -19
Continue to review full report at Codecov.
|
Integration into storybook? |
@Tom910 Possibly! |
automatic screenshot of cra-kitchen-sink and vue-kitchen-sink examples
This integrates into the
yarn test
workflow, and in fact is a jest project you can toggle on and off.As a developer it's possible to just run all test in watch-mode all at once.
In the CI it's possible run all test or projects separately to get fine-grained feedback what's broken without having to look into the logs.
What I did
How to test
yarn test --integration
yarn test --integration
yarn test --integration --watch
u
to update, if implementation is correctTodo: