-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Support for NO_COMMAND_LOG env variable not implemented #21721
Comments
➤ Zach Williams commented: NO_COMMAND_LOG is passed via the cypress config, we could pull this value and conditionally render the reporter in packages/reporter/src/main.tsx |
➤ Tyler Biethman commented: Noting that we have a skipped spec that can be enabled with the completion of this work: cypress/packages/app/cypress/e2e/runner/runner.ui.cy.ts Lines 233 to 242 in 92eac2f
|
When adding this support, we need to ensure the command log doesn't take up space in the UI as reported as a previous regression in #21271 |
Can we please get this feature back in v10? Enabling it drastically reduces the overall time whilst running the tests headless so it could even be prioritized higher. I can live without the detail in the test screenshots/video if the tests runs twice as fast. |
honestly the lack of this feature is preventing me to migrate to version 10 of cypress, since it has a major influence on our test execution, I really hope this is implemented as soon as possible |
@pmcochrane @vergjor I ran across the skipped test for this yesterday which led me to this issue, I've opened a PR and it should make it in to a release pretty soon. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
The NO_COMMAND_LOG env variable can be used in Cypress 9.x to disable rendering of the command log; see the troubleshooting guide for user-facing info.
We should support similar functionality to this in 10.0.
┆Issue is synchronized with this Jira Bug by Unito
┆Attachments: Screen Shot 2022-02-09 at 12.08.17 PM.png
┆author: Tyler Biethman
┆epic: 9.x Parity
┆friendlyId: UNIFY-1077
┆priority: High
┆sprint: Unification Release Backlog
┆taskType: Bug
The text was updated successfully, but these errors were encountered: