Ant junitreport with Maven

时间:2014-07-22 23:09:02   收藏:0   阅读:483

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

原文:http://www.cnblogs.com/buhaiqing/p/3514910.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!