intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

cobertura or junit output support #7

Open ejfrancis opened 5 years ago

ejfrancis commented 5 years ago
worldjoe commented 3 years ago

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

crshnburn commented 3 years ago

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.