maven testNG

http://testng.org/doc/maven.html

<dependency>
  <groupId>org.testng</groupId>
  <artifactId>testng</artifactId>
  <version>6.1.1</version>
  <scope>test</scope>
</dependency>
原文地址:https://www.cnblogs.com/lexus/p/2357550.html