Skip to content

Tags: inorton/junit2html

Tags

v31.0.2

Toggle v31.0.2's commit message
re #34 put module level consts back in parser.py

v31.0.1

Toggle v31.0.1's commit message
Bump to 31.0.1

v30.1.6

Toggle v30.1.6's commit message
Break longer test names for better rendering

For longer test names, failure cell is not
immediately visible in the html report
without scrolling to right as the
container table expands as per test name length.
Break longer test names to limit the width of
first cell so that failure cell is immediately
visible after opening the html report without
the need for scrolling.

v026

Toggle v026's commit message
Build the wheel too

v0.2.0

Toggle v0.2.0's commit message
Support new `--max-failures=N` and `--max-skipped=N` command line arg…

…uments.

v0.1.0

Toggle v0.1.0's commit message
Also bump version from 023 to 0.1.0 for semver

v022

Toggle v022's commit message
Fix #10 so that the text and html matrix result for each test case is…

… correct

v021

Toggle v021's commit message
Merge branch 'clean-up-matrix' into 'master'

Fixes #8 Sort text/html matrix columns by report name

Closes #8

See merge request inorton/junit2html!8