Skip to content

testng-team/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

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