インデックス![]()
ダウンロード (PDF、HTML および XML 形式)
[Bamboo Knowledge Base Home]
Documentation for Bamboo 4.1.x. Documentation for earlier versions of Bamboo is available too. 
![]()
This page describes how to configure a MSTest parser executable for a Bamboo task.
Bamboo の .NET ビルダー タスク (NAnt など) は、タスクの一部としてテスト情報を解析しません。テスト結果を解析させるには、MSTest パーサーなどのテスト タスクを設定する必要があります。
Note that each test results file must have a unique name. You can use Bamboo variables to achieve this. Here is a customer-supplied example that includes the revision and build numbers in the name of the test file:
<Project-Test-Subfolder>\TestResults\<Project>TestResults-Rev_${bamboo.repository.revision.number}-Build_${bamboo.buildNumber}.trx
To configure a MSTest Parser executable for a task: