以TestNG执行测试方法后会生成test-output测试结果集,其中index.html是测试结果的展示。TestNG的测试报告可以通过IReporter监听自定义,也可以通过第三方工具(ReportNG、ExtentReports)来定义测试报告 Reporter.log记录的信息: 执行的结果与错误信息: 执行所用时间: 来源:https://www.cnblogs.com/yogouo/p/11946927.html 标签 测试报告 testng