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 Moh. Iskandar Maulana
Files download
File Operation
testlink-helper-1.2.1-beta.jar download
testlink-helper-1.2.1-beta.pom download
testlink-helper-1.2.1-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.billyjulius</groupId>
  <artifactId>testlink-helper</artifactId>
  <version>1.2.1-beta</version>
</dependency>
Gradle Groovy
implementation 'com.github.billyjulius:testlink-helper:1.2.1-beta'
Gradle Kotlin
implementation("com.github.billyjulius:testlink-helper:1.2.1-beta")
Scala SBT
libraryDependencies += "com.github.billyjulius" % "testlink-helper" % "1.2.1-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.github.billyjulius', module='testlink-helper', version='1.2.1-beta')
)
Apache Ivy
<dependency org="com.github.billyjulius" name="testlink-helper" rev="1.2.1-beta" />
Leiningen
[com.github.billyjulius/testlink-helper "1.2.1-beta"]
Apache Buildr
'com.github.billyjulius:testlink-helper:jar:1.2.1-beta'