t

testrail-maven-plugin

Creates a new test run for a given test plan and returns its id as a parameter for subsequent plugin executions
https://carousell.github.io/testrail-maven-plugin
Apache License, Version 2.0
Martin Schneider
Files download
File Operation
testrail-maven-plugin-1.8.2.jar download
testrail-maven-plugin-1.8.2.pom download
testrail-maven-plugin-1.8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.carousell</groupId>
  <artifactId>testrail-maven-plugin</artifactId>
  <version>1.8.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.carousell:testrail-maven-plugin:1.8.2'
Gradle Kotlin
implementation("io.github.carousell:testrail-maven-plugin:1.8.2")
Scala SBT
libraryDependencies += "io.github.carousell" % "testrail-maven-plugin" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.carousell', module='testrail-maven-plugin', version='1.8.2')
)
Apache Ivy
<dependency org="io.github.carousell" name="testrail-maven-plugin" rev="1.8.2" />
Leiningen
[io.github.carousell/testrail-maven-plugin "1.8.2"]
Apache Buildr
'io.github.carousell:testrail-maven-plugin:jar:1.8.2'