Convert Junit XML reports (junit.xml
) into HTML reports using a single standalone binary.
- Standalone binary.
- Failed tests are top, that's what's important.
- No JavaScript.
- Look gorgeous.
make build
./junit2html < <junit-file.xml> > <output-report.html>