-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
feat: protocol terminal output #27402
feat: protocol terminal output #27402
Conversation
…get db signature in protocol manager
9d113cd
to
0313ce5
Compare
0313ce5
to
a62d877
Compare
2 flaky tests on run #49727 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs |
Test Replay
Output
Screenshots
|
studio/studio.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
Cypress Studio > updates an existing test with a click action |
Test Replay
Output
Screenshots
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
…lesizes in system tests
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.
mostly questions as I learn some of the protocol system test stuff. Nice work on getting these updated!
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.
I played around with this locally and branched off of it for some of my changes and it is working well: #27462. Nice work!
Released in Cypress 13.0.0. |
Updates terminal output for upload manifests and results. Files that will be uploaded show how large the file is, and issues encountered while uploading show on the upload results list. When test replay is unavailable due to being disabled on the project, or if specs are run in a non-chromium browser, user is notified via this manifest display with a helpful message.
Additional details
uploadArtifacts
was refactored in order to:Steps to test
CYPRESS_INTERNAL_SYSTEM_TESTS
set to 1How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?