MVN

com.github.ChenChiaHung : testrail-maven-plugin

Maven & Gradle

Jul 22, 2018

Maven plugin to create test runs on TestRail · Creates a new test run or update an existed test run for a given test plan and returns its id as a parameter for subsequent plugin executions

<plugin>
    <groupId>com.github.ChenChiaHung</groupId>
    <artifactId>testrail-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ChenChiaHung : testrail-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.ChenChiaHung : testrail-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
testrail-maven-plugin-1.3
1.2
testrail-maven-plugin-1.2
1.1
testrail-maven-plugin-1.1
1.0
testrail-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.ChenChiaHung</groupId>
    <artifactId>testrail-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>