-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore: hide reporter when protocol is enabled #27482
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
Conversation
31 flaky tests on run #50026 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
cy.origin - cookie login > general behavior > works in a session |
Output
|
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
network stubbing > intercepting request > can delay and throttle a StaticResponse |
Output
|
e2e/origin/commands/navigation.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
cy.origin navigation > .go() |
Output
|
e2e/origin/commands/traversal.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
cy.origin traversal > .children() |
Output
|
e2e/origin/commands/cookies.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
cy.origin cookies > client side > .getCookie(), .getCookies(), and .setCookie() |
Output
|
The first 5 flaky specs are shown, see all 18 specs in Cypress Cloud.
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
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.
@mschile Approving removal of protocolEnabled
from public API. This config has no value to be exposed as part of our public APIs.
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
hideCommandLog
) that is enabled when the user has explicitly setCYPRESS_NO_COMMAND_LOG=1
or if protocol has been enabled.runner
specific logic was left as-is (i.e.blackout
option is still ignored)Steps to test
cy.screenshot({ capture: 'runner' })
) with protocol enabled.--headed
mode)screenshotOnRunFailure
and protocol enabled.How has the user experience changed?
The Reporter UI is now hidden when protocol is enabled.

before:

after:

PR Tasks
cypress-documentation
?type definitions
?