使用 Hudson 发布 NUnit 测试结果报告时出现问题

发布于 2024-10-16 20:04:09 字数 270 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

歌入人心 2024-10-23 20:04:09

检查进行克隆的日志的开头。有时,当您具有“启用并发构建”选项时,它会触发另一个名为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文