作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我从 jenkins 启动了测试 IDE(selenium),并上传了 XUNIT 插件以获得很好的测试报告,但最后我收到了这条 ERROR 消息:
测试失败,详情见结果文件:
D:\FTP\stm_atos_automatisation\rapports\ff39\rapport_ff39.html ERROR: Build step failed with exception java.lang.NullPointerException: The types section is required.
at org.jenkinsci.plugins.xunit.XUnitProcessor.<init>(XUnitProcessor.java:65)
at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:111)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:726)
at hudson.model.Build$BuildExecution.post2(Build.java:185)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:671)
at hudson.model.Run.execute(Run.java:1766)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:381) Build step 'Publish xUnit test result report' marked build as failure Finished: FAILURE
最佳答案
当我第一次启用 XUnit 插件时,我也遇到了这个错误。
我没有意识到(或忘记了)我需要向 XUnit 构建步骤配置添加报告类型。为此,请单击 Add
然后选择您想要解析的报告类型(对我来说是 PHPUnit-3.x
)。见 this screenshot .您还必须指定要解析的 XML 报告文件的路径。 (我正在使用 Codeception,所以它是 tests/_log/*.xml
。)
关于selenium - 为什么 XUnit 插件不适用于 Jenkins?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31834440/
我是一名优秀的程序员,十分优秀!