我一直在为我的angular应用程序编写单元测试,它们在jasmine上运行得很好。然而,当把它们放在jenkins上时,构建没有完成,我没有生成报告,我得到了以下错误。results
ERROR: Step ‘PublishJUnittestresultreport’ failed: No testreport fi
我想通过xunit插件在jenkins中发布通过google cpp测试工具生成的xml格式的测试报告。在配置插件时,我们必须指定pattern.Can任何人,请帮助我在这个模式中写什么,因为如果我配置任何一个,它就会给出这个错误[xUnit] [INFO] - [JUnit] - No testreport file(s) were found with the pattern '
我正在尝试将我们的测试报告(使用带有xml输出开关的google测试生成)输入Jenkins,但是继续获取错误消息:
Test reports were found but none of them areJenkins说测试xml文件有15s的历史,这意味着这些文件一定是在这次测试运行中生成的。我们使用<em