Skip to content

cjayswal/testng-remote

 
 

Repository files navigation

Remote TestNG

Build Status Coverage Status

TestNG Remote - the modules for running TestNG remotely. This is normally used by IDE to communicate with TestNG runtime, e.g. receive the Test Result from runtime so that can display them on IDE views.

Current Release Version

<repositories>
  <repository>
    <id>jcenter</id>
    <name>bintray</name>
    <url>http://jcenter.bintray.com</url>
  </repository>
</repositories>

<dependency>
  <groupId>org.testng.testng-remote</groupId>
  <artifactId>testng-remote-dist</artifactId>
  <version>1.3.0</version>
  <classifier>shaded</classifier>
</dependency>

About

Remote TestNG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.4%
  • Groovy 4.9%
  • Kotlin 1.7%