DEV Community

Discussion on: Using Mochawesome Reporter with Cypress

Collapse
 
rforjoe profile image
Richard Forjoe

Thanks for this @bushraalam super useful. I had an issue with using this in a mono-repo. Only change needed was this as Cypress couldn't find cypress-multi-reporters

Workaround:
"reporter": "../../node_modules/cypress-multi-reporters/lib/MultiReporters.js",
"reporterOptions": {
"reporterEnabled": "mochawesome",