judo
judo copied to clipboard
cobertura or junit output support
- test report results for number passed/failed and duration of tests. cobertura/junit?
Looks like @crshnburn added junit support to this fork: https://github.com/crshnburn/judo/commits/master
That fork was merged back into the main project so junit type output (well xunit) can be enabled as in the README
--junitreport | -j : writes the test results to a file called junit.xml in the current working directory. This report is in xUnit format.