Ant junitreport with Maven

大家可能都知道在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

原文地址:https://www.cnblogs.com/buhaiqing/p/3514910.html