testng-team / testng-remote

Remote TestNG
Apache License 2.0
12 stars 7 forks source link
ide integration testng

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>