Open Benjamin8585 opened 4 years ago
There are options in Cypress to be able to do this outside of mochawesome
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
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 axml
file.mocha-junit-reporter
for example does this kind ofxml
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 ifxml
option is here and just runmocha-junit-reporter
directly from your library?Thanks for your great library