judo icon indicating copy to clipboard operation
judo copied to clipboard

cobertura or junit output support

Open ejfrancis opened this issue 6 years ago • 2 comments

  • test report results for number passed/failed and duration of tests. cobertura/junit?

ejfrancis avatar Jan 23 '19 23:01 ejfrancis

Looks like @crshnburn added junit support to this fork: https://github.com/crshnburn/judo/commits/master

worldjoe avatar Oct 06 '20 16:10 worldjoe

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.

crshnburn avatar Oct 07 '20 09:10 crshnburn