LironEr / cypress-mochawesome-reporter

Zero config Mochawesome reporter for Cypress with screenshots and videos
MIT License
158 stars 49 forks source link

Feature: console output in the report #200

Open sebb-m0 opened 1 month ago

sebb-m0 commented 1 month ago

Multiple times, I have scripts in my tests, which doesn't do visible things, but prepare the test runs or just do a HTTP request. If these tests are failing, I would like to know, whats going on in the report.

I would like to have an option (like the screenshots) to add the console.log output additionally to the test report.

LironEr commented 1 month ago

You can add context using https://github.com/LironEr/cypress-mochawesome-reporter?tab=readme-ov-file#add-extra-information-to-report

Let me know if that helped, if not please add an example