t

testlink-helper

This is a simple library for integrating automate testing tools with test case management Testlink. It also provide a method for running once from creating project plan until reporting test case execution.
https://github.com/billyjulius/testlink-helper
MIT License
Billy Julius
Files download
File Operation
testlink-helper-1.0.0.jar download
testlink-helper-1.0.0.pom download
testlink-helper-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.billyjulius</groupId>
  <artifactId>testlink-helper</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.billyjulius:testlink-helper:1.0.0'
Gradle Kotlin
implementation("com.github.billyjulius:testlink-helper:1.0.0")
Scala SBT
libraryDependencies += "com.github.billyjulius" % "testlink-helper" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.billyjulius', module='testlink-helper', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.billyjulius" name="testlink-helper" rev="1.0.0" />
Leiningen
[com.github.billyjulius/testlink-helper "1.0.0"]
Apache Buildr
'com.github.billyjulius:testlink-helper:jar:1.0.0'