Test Tasks run tests and/or parse test data, using a particular testing framework.
Please note,
- Java Builder Tasks in Bamboo (e.g. Maven) parse test information as part of the Task. You do not need to configure a Test Task, if you have specified that test results will be produced as part of the Builder Task. However, you can configure a Builder Task to not produce test results and use a Test Task to parse the test data instead. For example, you may want to set up one JUnit Parser Task to parse test data for a number of Maven Tasks after they have executed.
- .Net Builder Tasks in Bamboo (e.g. NAnt) do not parse test information as part of the Task. You must configure a Test Task (e.g. NUnit Parser), if you want test results from the Builder Task to be parsed.
See the following pages for more information on configuring specific Test Tasks: