MSTest パーサー

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このページでは、MSTest の結果を解析するように Bamboo タスクを設定する方法について説明します。

Bamboo の .NET ビルダー タスク (NAnt など) は、タスクの一部としてテスト情報を解析しません。テスト結果を解析させるには、MSTest パーサーなどのテスト タスクを設定する必要があります。

(info) それぞれのテスト結果ファイルに一意の名前が必要です。Bamboo 変数を使用すると、これを実現できます。これはお客様から提供された、テスト ファイルの名前にリビジョン番号とビルド番号を使っている例です。

<Project-Test-Subfolder>\TestResults\<Project>TestResults-Rev_${bamboo.repository.revision.number}-Build_${bamboo.buildNumber}.trx

MSTest パーサー タスクを設定する方法は次のとおりです。

  1. ジョブのタスク設定タブに移動します(新しいプランを作成するとデフォルト ジョブとなります)。
  2. Select the name of an existing MSTest Parser task, or select Add task > MSTest Parser to create a new task.
  3. Update the task settings:

    Task description
    Enter a description of the task, for display in Bamboo.

    Disable this task
    Check, or clear, to selectively run this task.

    Add condition to task
    Make task run only when a certain condition is met. 
    You can find conditions on Atlassian Marketplace or implement your own.  


    MSTest Test Results File/Directory
    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.

  4. 保存 を選択します。


MSTest Parser task type configuration

最終更新日 2021 年 6 月 7 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.