@naturalcycles/junit-lib
v1.2.0
Published
Convert junit xml to html, merge multiple junit xml reports
Downloads
461
Readme
@naturalcycles/junit-lib
Convert junit xml to html, merge multiple junit xml reports.
Why
I didn't find a good working library in npm to convert junit xml report to html.
Examples
# Convert `report.xml` into `report.html`
junit2html report.xml --out report.html
# Merge all xml files in `report` dir into one html report
junit2html './reports/**/*.xml' --out report.html
API
junit2html
Packaging
engines.node
: Latest Node.js LTSmain: dist/index.js
: commonjs, es2020types: dist/index.d.ts
: typescript types/src
folder with source*.ts
files included
JUnit xml specification
- https://llg.cubic.org/docs/junit/
- https://stackoverflow.com/a/26661423/4919972
- https://www.ibm.com/support/knowledgecenter/en/SSUFAU_1.0.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html