大家可能都知道在Ant里可以使用junit和junitreport两个task来完成对测试结果生成HTML格式的报告。

Maven里的Surefire-report的插件只能对Java测试报告支持的比较好。现在下面中使用到了JsUnit,Google C++ Test framekwork ,希望也能有HTML格式文档输出

Googling了许久,终于发现了是可以的

Link: http://stackoverflow.com/questions/2846493/is-there-a-decent-html-junit-report-plugin-for-maven

 

 

相关文章:

  • 2022-12-23
  • 2022-02-27
  • 2021-11-17
  • 2021-10-09
  • 2022-12-23
  • 2021-09-21
猜你喜欢
  • 2021-08-06
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案