使用 Hudson 发布 NUnit 测试结果报告时出现问题
我在 Hudson 和 NUnit 测试方面遇到问题。当尝试发布 NUnit 的测试结果报告时,Hudson 中的选项(即“发布 NUnit 测试结果报告”)会产生问题。我无法提供作业工作区文件夹下已创建的 XML 文件的路径。当我设置文件的路径(即“nunit-result.xml”)并运行作业时,它会抛出错误:
"No test report files were found. Configuration error?"
有人可以帮我吗? 提前致谢。
I am facing a problem with Hudson and NUnit testing. When trying to publish the Test Result Report for NUnit, the option in Hudson, i.e., "Publish NUnit Test Result Reports", is creating a problem. I am unable to provide the Path of the already-created XML file under the workspace folder of the Job. When I set the path of my file, i.e., "nunit-result.xml" and run the job, it throws an error:
"No test report files were found. Configuration error?"
Can anyone please help me out?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查进行克隆的日志的开头。有时,当您具有“启用并发构建”选项时,它会触发另一个名为 your-project-name@2/source 的工作区中的另一个构建,这就是它找不到报告的原因
Check the the beginning of the log where the clone is made. Sometimes when you have the "Enable concurrent builds" option it triggers another build in a different workspace called your-project-name@2/source and that's why it can't find the reports