-
Notifications
You must be signed in to change notification settings - Fork 14.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
chore: Enabled artifacts for failing tests #11584
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11584 +/- ##
==========================================
- Coverage 66.59% 62.31% -4.29%
==========================================
Files 876 876
Lines 42146 42139 -7
Branches 3943 3943
==========================================
- Hits 28066 26257 -1809
- Misses 13977 15700 +1723
- Partials 103 182 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Cool beans! Note that @rusackas is also working on enabling Cypress.io dashboard which also has screenshots for failed tests. But I guess it doesn't hurt to have them in both places.
I know but as I know (I did not see this in action yet) cypress dashboard access is granted for invited users. So only selected people would have a preview of failures. With this enabled on GitHub - anyone can see the result. Edit: I double checked and possible that in OS project it can be visible for everyone. https://www.cypress.io/oss-plan/ |
We do have an OSS plan and the report will be open to everyone. |
SUMMARY
Added uploading artifacts to failed pipelines to make PR validation easier. Now you can find screenshots it in artifacts.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION