flotwig / cypress-log-to-output

A Cypress plugin that sends all logs that occur in the browser to stdout in the terminal.
146 stars 19 forks source link

How to use Recording Logs option #21

Open nischaytv opened 2 years ago

nischaytv commented 2 years ago

I have requirement to log all the Web Console JS errors to a file. Currently using cypress-log-to-output I'm able to print all the errors in the console. But how to i log or save this errors to a file?