adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

Is there a configuration to produce 1 report for all spec files? #377

Closed quad5 closed 2 years ago

quad5 commented 2 years ago

I am using Cypress (running with --parallel parameter). Is there a configuration to produce 1 report for all spec files?

Untitled3 image image

mochawesome version: 7.1.3

adamgruber commented 2 years ago

Not out of the box. Have a look at https://www.npmjs.com/package/mochawesome-merge. I believe people have used this to do what you are looking to do.