This page describes how to configure a MSTest parser executable for a Bamboo task. .NET builder tasks in Bamboo (for example NAnt) do not parse test information as part of the task. To have the test results parsed, you need to configure a test task such as MSTest Parser.
<Project-Test-Subfolder>\TestResults\<Project>TestResults-Rev_${bamboo.repository.revision.number}-Build_${bamboo.buildNumber}.trx | Related pages: |
To configure a MSTest Parser executable for a task:
- Navigate to the task configuration for the job (this will be the default job if creating a new plan).
- Click the name of the desired MSTest Parser task, or click Add Task and then MSTest Parser if creating a new task.
- Update the task settings:
- Task Description — Enter a description of the task, for display in Bamboo.
- MBUnit Test Results File — Enter the name of the test results file. The test file must be in MSTest format. For more information on MSTest, see this MSDN page.
- Click Save.