dkelosky / jest-stare

Jest HTML Reporter and Results Processor

Home Page:https://dkelosky.github.io/jest-stare/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML file output

gbhasha opened this issue · comments

Can we have option to output the test results in xml file format, which would be very similar to the output generated in https://github.com/michaelleeallen/jest-junit-reporter.

Some CI/CD tools expects a xml file instead of a json. By having this feature, we could have one single npm module(this one) instead of adding 2 npm dependencies.

Hi @gbhasha - do you simply need the JSON IN XML format? For example, transforming JSON keys into XML tags?

Or do you need this in some special JUnit XML format?

Thanks,
Dan

Stale issue message