MVN

io.github.carousell : testrail-maven-plugin

Maven & Gradle

Sep 10, 2018

Maven plugin to create test runs on Testrails · Creates a new test run for a given test plan and returns its id as a parameter for subsequent plugin executions

<plugin>
    <groupId>io.github.carousell</groupId>
    <artifactId>testrail-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.2

All Versions

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

Version Vulnerabilities Updated
1.8.x
testrail-maven-plugin-1.8.2
testrail-maven-plugin-1.8.1
1.8
testrail-maven-plugin-1.8
1.7
testrail-maven-plugin-1.7
1.6
testrail-maven-plugin-1.6
1.5
testrail-maven-plugin-1.5
1.4
testrail-maven-plugin-1.4
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>io.github.carousell</groupId>
    <artifactId>testrail-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>