Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jtest はビルドシステムプラグインを利用してApache Maven、Apache Ant、Gradle と連携して使用することが出来ます。

...

Gradle

  • バージョン:Gradle 3.3 以上

設定

...

・Jtest Plugin for Maven 設定手順

Jtest  Jtest Plugin for Mavenを利用するため Maven の settings.xml に <pluginRepository>、<pluginGroups> および jtest.home プロパティを定義します。
以下2つの  以下2つの settings.xml のうち、いずれかのファイルを編集します。

...

<profiles>
 <profile>
  <id>jtest-settings-profile</id>
  <activation>
   <activeByDefault>true</activeByDefault>
  </activation>
  <properties>
   <jtest.home>PATH/TO/JTEST</jtest.home>
  </properties>
  <pluginRepositories>
   <pluginRepository>
    <id>jtest-local</id>
    <url>file://${jtest.home}/integration/maven</url>
   </pluginRepository>
  </pluginRepositories>
 </profile>
</profiles>

※ PATH/TO/JTEST は Jtest のインストールディレクトリを示します。(例C:\jtest_10.4.0)②jtest.home プロパティおよび <pluginRepository> を定義する <profile> の登録
【注意】

・グローバル設定、ユーザー設定の2つの settings.xml ファイルが存在する場合はユーザー設定が優先されます。

・Jenkins などの継続的インテグレーションサーバーから Jtest を実行する場合は、継続的インテグレーションサーバーの起動ユーザーにご注意ください。


解析の方法は『ユーザーマニュアル』の『Maven  解析の方法は『ユーザーマニュアル』の『Maven を使用したテストと解析』をご確認ください。
 (https://docs.parasoft.com/display/JTESTJP1042/Testing+and+Analysis+with+Maven)

...

・Jtest Plugin for Ant 設定手順

Jtest  Jtest Plugin for Antを使用するため jtest-ant-plugin.jar をクラスパスに追加します。

...

 解析の方法は『ユーザーマニュアル』の『Ant を使用したテストと解析』をご確認ください。
 (https://docs.parasoft.com/display/JTESTJP1042/Testing+and+Analysis+with+Ant)

...

・Jtest Plugin for Gradle 設定手順

Jtest  Jtest Plugin for Gradle を利用するための設定は必要ありません。
解析の方法は『ユーザーマニュアル』の『Gradle  解析の方法は『ユーザーマニュアル』の『Gradle を使用したテストと解析』をご確認ください。
 (https://docs.parasoft.com/display/JTESTJP1042/Testing+and+Analysis+with+Gradle)