43. Configuring the plugin:
Download the Add the coverage plugin declaration Specify the --
从测试用例生成报告
Download the
“coverage.jar”.
Add the coverage plugin declaration
to the configuration file:
:plugin
- name: "coverage"
jar: "plugins/coverage.jar"
module:
"com.google.jstestdriver.coverage.Co
verageModule"
Specify the --
testOutput
<<output_folder
>> flag in the
test running
command.
44. 遗憾的是 JsTestDriver 不能直接生成 HTML 报告,
JsTestDriver 以 LCOV 和 XML 格式生成测试覆盖文件。
您可以使用 LCOV 可视化工具生成 HTML 测试报告:
从测试用例生成报告
您可以使用 LCOV 可视化工具生成 HTML 测试报告:
http://ltp.sourceforge.net/coverage/lcov.php