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

Disable verbose #71

Closed
MCFreddie777 opened this issue Dec 29, 2020 · 1 comment
Closed

Disable verbose #71

MCFreddie777 opened this issue Dec 29, 2020 · 1 comment
Labels

Comments

@MCFreddie777
Copy link

The logOutputTarget function constantly logs [cypress-terminal-report] Wrote custom logs to ... into console.

It would be great if we could turn off the verbose mode (which could be enabled by default) using some option to reduce bloating the cypress terminal output.

Something like:

  require('cypress-terminal-report/src/installLogsPrinter')(on, {
        verbose: false,
        ...
    });
@archfz
Copy link
Owner

archfz commented Mar 9, 2021

Released in 3.0.0. https://github.com/archfz/cypress-terminal-report#optionsprocesslog

@archfz archfz closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants