|
This page describes how to configure a NUnit Parser executable for a Task.
 |
|
On this page:
 |
|
|
Configuring a NUnit Parser Executable for a Task
始める前に
- .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 NUnit 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 NUnit Parser Task, or click 'Add Task' and then 'NUnit Parser' if creating a new Task.

- Update the Task settings:
- 'Task Description' — Enter a description of the Task, for display in Bamboo.
- 'NUnit Test Results File/Directory' — Enter the name of the test results file/directory. The test files must be in NUnit XML format. For more information on NUnit, see http://www.nunit.org/.

注意
関連トピック
Configuring Tasks
Editing a Job
Configuring a Test Task