cypress-failed-log icon indicating copy to clipboard operation
cypress-failed-log copied to clipboard

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

Open nerrante opened this issue 3 years ago • 2 comments

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!

nerrante avatar Aug 05 '22 13:08 nerrante

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

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

filipedanunes avatar Aug 10 '22 23:08 filipedanunes

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?

archfz avatar Aug 12 '22 21:08 archfz