[Bamboo Cloud docs]
[Bamboo Knowledge Base]
This page describes how to configure a Bamboo task to parse JUnit test results.
Because TestNG uses the JUnit XML format, the JUnit Parser task is also able to parse TestNG test results.
Before you begin:
Related pages:
Atlassian blogs:
To configure a JUnit Parser task:
Task Description | Enter a description of the task, for display in Bamboo. |
Disable this task | Check, or clear, to selectively run this task. |
Specify custom results directories | Enter the name of the test results directory (or multiple directories, separated by commas). You can also use Ant-style patterns such as **/test-reports/*.xml / where the base directory is the "working directory" – this can be found at the start of your build log. Do not specify an absolute path. For jobs that use CVS, the job build's root directory is <bamboo-home>/xml-data/build-dir/JOB_KEY/<cvs-module> . |