|
This page describes how to configure a MSTest Parser executable for a Task.
 |
|
On this page:
 |
|
|
Configuring a MSTest Parser Executable for a Task
Before you begin:
- .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. MSTest Parser), if you want test results from the Builder Task to be parsed.
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.

Notes
Related Topics
Configuring Tasks
Editing a Job
Configuring a Test Task