Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 719 Bytes

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>