adamgruber / mochawesome

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

CircleCI "Tests" tab support (xml file)? #298

Open Benjamin8585 opened 4 years ago

Benjamin8585 commented 4 years ago

Is your feature request related to a problem? Please describe.

On CircleCI there is a Tests tab where you can see test results and you can setup it only with a xml file. mocha-junit-reporter for example does this kind of xml generation but unfortunatly I can't use two reporters at the same time.

Describe the solution you'd like

Is there a way you can provide an option to integrate xml file in results? For example checking if xml option is here and just run mocha-junit-reporter directly from your library?

Thanks for your great library

danhlee329 commented 1 year ago

There are options in Cypress to be able to do this outside of mochawesome

mikhail-g commented 5 months ago

It would be nice to have xml in the reporter config so if set to true it would create junit report too reusing the context set for mochawesome. This way you'd need to configure screenshots and other additional info only once