Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 377 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 377 Bytes

junit2html

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.

Screenshot

screenshot

Usage

Build

make build

Run

./junit2html < <junit-file.xml> > <output-report.html>