maven-reportng插件依赖添加

<dependency>

<groupId>org.uncommons</groupId>

<artifactId>reportng</artifactId>

<version>1.1.4</version>

<scope>test</scope>

</dependency>

 

<!-- testng插件版本较低时,需要添加必要的guice依赖 没有这个库的话testng的报表内容显示有问题-->

<dependency>

<groupId>com.google.inject</groupId>

<artifactId>guice</artifactId>

<version>4.1.0</version>

</dependency>

posted @ 2018-12-06 00:30  本仙女不一样  阅读(359)  评论(0编辑  收藏  举报