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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ChenChiaHung
ArtifactId

ArtifactId

testrail-maven-plugin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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

Download testrail-maven-plugin

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.9.1
com.codepine.api : testrail-api-java-client jar 2.0.0
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-log4j12 jar 1.7.25
org.apache.maven : maven-plugin-api jar 3.5.3
org.apache.maven : maven-project jar 3.0-alpha-2
com.amazonaws : aws-java-sdk-devicefarm jar 1.11.360
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.360
com.fasterxml.jackson.core : jackson-core jar 2.9.6
com.fasterxml.jackson.core : jackson-annotations jar 2.9.6
com.fasterxml.jackson.core : jackson-databind jar 2.9.6

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0