cypress-failed-log
cypress-failed-log copied to clipboard
Possible to turn off terminal logging but still get JSON file?
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!
it would be nice to have an env entry as options to enable/disable it
failed-log: { log: true, terminal: false, }
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?