Documentation for Bamboo 4.2.x. Documentation for other versions of Bamboo is available too.

Test tasks in Bamboo parse test data, and may run tests, 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:

  • No labels