以TestNG执行测试方法后会生成test-output测试结果集,其中index.html是测试结果的展示。TestNG的测试报告可以通过IReporter监听自定义,也可以通过第三方工具(ReportNG、ExtentReports)来定义测试报告

Reporter.log记录的信息:

TestNG系列(五)TestNG测试报告

执行的结果与错误信息:

TestNG系列(五)TestNG测试报告

 

 执行所用时间:

TestNG系列(五)TestNG测试报告

 

 

相关文章:

  • 2021-08-28
  • 2021-08-07
  • 2021-08-01
  • 2021-11-06
  • 2021-09-02
  • 2021-12-08
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2021-10-11
  • 2021-06-21
  • 2021-08-07
  • 2021-07-12
  • 2021-05-24
  • 2021-07-30
相关资源
相似解决方案