0

ReportNG 是一个不错的 TestNG Html Reporter 插件。使用 JUnit 时,我正在寻找等效版本。有谁知道一些有用的插件?

4

1 回答 1

1

JUnit 没有 html 报告器。但是,如果您使用的是 maven 或 ant,则有。

对于 maven,请查看maven-surefire-plugin(特别是maven-surefire-report-plugin

对于 ant,请查看JUnit Report 任务

于 2012-02-08T15:44:43.903 回答