Java+Maven+TestNg+ExtentReport實現接口測試,並生成測試報告

一  在pom.xml文件中引入TestNg以及ExtentReport包html <dependencies> <!--testNg引入--> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.9.10</version> </dependency>
相關文章
相關標籤/搜索