|
This page describes how to configure a MBUnit Parser executable for a Task.
 |
|
On this page:
 |
|
|
Configuring a MBUnit 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. MBUnit Parser), if you want test results from the Builder Task to be parsed.
To configure a MBUnit 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 MBUnit Parser Task, or click 'Add Task' and then 'MBUnit 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 MBUnit XML format. For more information on MBUnit, see http://www.mbunit.com/.

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