-
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
run --quiet CLI option outputs test steps #30661
Comments
@MikeMcC399, by default we use the spec mocha reporter so I think the test steps, etc. are accurate to what the doc says. The dev tools output would ideally not be present though i think? |
Thanks for putting me right! The CLI The dev tools output is on
Closing as "works as designed". |
|
Current behavior
The cypress run --quiet CLI option does not suppress all Cypress
stdout
output. Test spec steps, such as the following, are output:Desired behavior
According to cypress run Options, there should be no
stdout
output if--quiet
or-q
are passed:--quiet
,-q
stdout
. Only output from the configured Mocha reporter will print.In a project with no Mocha reporter configured, running Cypress in a
bash
shell, the output from:and
npx cypress run > /dev/null
should be identical.
Test code to reproduce
Scaffold a Cypress E2E project with the single default
cypress/e2e/spec.cy.js
Execute:
Cypress Version
13.16.0
Node version
v22.11.0
LTSOperating System
Ubuntu
24.04.1
LTSDebug Logs
Other
--quiet
is not respected by video or cypress cloud output #27631The text was updated successfully, but these errors were encountered: