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

Possible to turn off terminal logging but still get JSON file? #295

Open
nerrante opened this issue Aug 5, 2022 · 2 comments
Open

Possible to turn off terminal logging but still get JSON file? #295

nerrante opened this issue Aug 5, 2022 · 2 comments

Comments

@nerrante
Copy link

nerrante commented Aug 5, 2022

I have what is probably a silly question about cypress-failed-log, which I have installed and really like to use for troubleshooting. Is there any way to set it up so that it only does the JSON output but doesn’t include the commands in the terminal? Thanks!

@filipedanunes
Copy link

it would be nice to have an env entry as options to enable/disable it

failed-log: {
log: true,
terminal: false,
}

@archfz
Copy link

archfz commented Aug 12, 2022

Such feature is possible with an alternative to this plugin https://github.com/archfz/cypress-terminal-report

@bahmutov Since our plugins have complete overlap in their purpose, would you be interested in a merger?

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

No branches or pull requests

3 participants