Feature - JUnit-style XML Output
Description
JUnit-style XML output is the de facto standard
for integrating test results with Continuous Integration (CI) tools
. GINT will produce JUnit XML output when requested by specifying the xmlReport paramater in a property file or on the command line. On a command line, -DxmlReport will generate the report in the test reports directory with a default name equal to the test name with extension .xml. Alternatively, specify -DxmlReport=<directory> to put the report in the named directory. The report name can be changed by specifying a file name: -DxmlReport=<file name>.
© 2005 -2024 gint.org