本項目では、Jtest のCUI で解析時に、DTP Standard と連携するための設定を説明します。
Jtest で解析する場合、.properties ファイルに解析対象毎の設定を記述し、プロジェクト毎に読み込むファイル(設定値)を
切り替える方法を推奨します。.properties に設定するDTP Standard 連携向けの設定は以下の通りです。
セッションタグ、ビルドID の概念については、解析結果の収集に関する概念 を参照ください。
【設定項目】
プロパティ設定 | 設定値 | 例 | |||
---|---|---|---|---|---|
dtp.enabled | true / false | true | dtp.server | DTP のホスト名 | localhost |
dtp.port | DTP のポート番号 | 8443 | |||
dtp.user | DTP のログインユーザ | userA | |||
dtp.password | パスワード | userA | |||
dtp.project | DTP のプロジェクト | Code Parser | |||
build.id | 任意のビルドID | ${hash} | |||
report.dtp.publish | true / false | true | |||
report.coverage.images | 任意のカバレッジタグ | ${dtp_project};UnitTest | |||
report.scontrol (※2) | min / full | min | |||
session.tag (※2) | 任意のセッションタグ | ${project_module}_${scontrol_branch} |
...