CruiseControl.NET 在 NUnit 详细信息页面上仅显示一个 NUnit 程序集

发布于 2024-08-24 02:47:10 字数 137 浏览 3 评论 0原文

我将 NUnit 与 CruiseControl.NET 结合使用。我有很多测试项目和程序集。当我运行测试时,在 NUnit 详细信息页面上,它仅显示一个程序集,但包含所有程序集的所有测试。在日志中,它将它们在 XML 中单独列出。我该如何解决这个问题?谢谢。

I am using NUnit with CruiseControl.NET. I have many test projects and assemblies. When I run my tests, on the NUnit Details page, it only shows one assembly, but with all of the tests from all assemblies. In the log, it lists them as separate in the XML. How can I fix this? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

嗼ふ静 2024-08-31 02:47:10

我通过在 MSBuild 文件中单独列出 NUnit 任务并为每个测试程序集生成单独的输出文件来修复此问题。然后,在 CruiseControl 配置文件中,我列出了合并部分中的每个输出文件。这在每个测试组件的网络仪表板中产生了很好的结果。

I fixed this by listing the NUnit tasks separately in the MSBuild file and producing separate output files for each test assembly. Then in the CruiseControl configuration file I listed each output file in the merge section. This produced a nice result in the webdashboard for each test assembly.

单身情人 2024-08-31 02:47:10

这对我有用,但我在项目的巡航控制配置中使用了 2 个 nunit 标签。

This is working for me, but I am using 2 nunit tags in the cruise control config for the project.

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