我们在Jenkins中配置了Java MOJO。在CI中构建代码后, 将生成surefire报告。我们有Junit和Selenium测试用例来 测试应用程序。
我需要以HTML格式呈现来自测试用例的结果。 Jenkins 是否有可用的插件以HTML格式显示内容?
First you need to install the Selenium HTML Report Plugin. If you are not aware of installing the plugin, use this link
安装Selenium HTML报告插件之后,添加后期构建脚本以从surefire报告中生成HTML内容。