Loading...
[Bamboo Knowledge Base]
This page describes how to configure a Bamboo task to parse JUnit test results.
TestNG では JUnit XML 形式を使用するため、JUnit パーサー タスクは、TestNG のテスト結果をパースすることもできます。
始める前に
アトラシアン ブログ:
JUnit パーサー タスクを設定する方法:
タスクの説明 | Bamboo で表示されるタスクの説明を入力します。 |
このタスクを無効化 | オンまたはオフにすることで、選択的にこのタスクを実行します。 |
カスタム結果ディレクトリの指定 | Enter the name of the test results directory (or multiple directories, separated by commas). You can also use Ant-style patterns such as **/test-reports/*.xml / where the base directory is the "working directory" – this can be found at the start of your build log. Do not specify an absolute path. For jobs that use CVS, the job build's root directory is <bamboo-home>/xml-data/build-dir/JOB_KEY/<cvs-module> . |