Skip to content
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

Add built in reporter info to CLI --quiet option #6016

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

MikeMcC399
Copy link
Contributor

Issue

The cypress run Options describes the effect of the --quiet option as follows:

Option Description
--quiet, -q If passed, Cypress output will not be printed to stdout. Only output from the configured Mocha reporter will print.

This can be misleading because Cypress includes the Mocha spec reporter as a built-in reporter which is enabled by default. This reporter output is not suppressed by the --quiet option.

Change

Change the --quiet option description in the cypress run Options section to the following and add a new entry below for cypress run --quiet, since the description is too big in comparison to other table entries:

If passed, Cypress will only print output to stdout from the built-in default Mocha spec reporter, or from any other configured Mocha reporter.


image


image

Copy link

netlify bot commented Nov 22, 2024

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 97ecf64

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review November 22, 2024 13:41
@ryanthemanuel ryanthemanuel self-assigned this Nov 22, 2024
@ryanthemanuel ryanthemanuel merged commit 80dd7cb into cypress-io:main Nov 22, 2024
5 checks passed
@MikeMcC399 MikeMcC399 deleted the cli-quiet-reporter branch November 22, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants