【发布时间】:2012-02-08 15:38:31
【问题描述】:
ReportNG 是一个很好的用于 TestNG 的 Html Reporter 插件。使用 JUnit 时,我正在寻找等效版本。 有谁知道一些有用的插件吗?
【问题讨论】:
标签: html plugins junit testng reportng
ReportNG 是一个很好的用于 TestNG 的 Html Reporter 插件。使用 JUnit 时,我正在寻找等效版本。 有谁知道一些有用的插件吗?
【问题讨论】:
标签: html plugins junit testng reportng
JUnit 没有 html 报告器。但是,如果您使用的是 maven 或 ant,则有。
对于 maven,请查看 maven-surefire-plugin(特别是 maven-surefire-report-plugin)
对于蚂蚁,请查看JUnit Report task。
【讨论】: