是否存在类似用于 Nunit 项目的 Selenium GRID 的东西?

发布于 2024-10-09 01:45:12 字数 91 浏览 2 评论 0原文

加快测试速度以便能够在多台机器上运行测试真是太好了(这实际上是验收/集成测试,而不是单元测试......)。是否有一种现有的简单方法可以使用 NUnit 来做到这一点?

It would be really nice to speed up testing to be able to run tests on multiple machines (this is actually Acceptance/Integration tests, not Unit tests...). Is there an existing easy way to do that using NUnit?

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

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

发布评论

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

评论(1

绝對不後悔。 2024-10-16 01:45:12

@DotNetWise 指出 NUnitGridRunner 它已经死了,作者提出了替代方案:

注意:我已经放弃了这个项目,因为我发现 JetBrain 的 Team City< /a> 提供了一个可行的选择。 Cruise 也提供了一些网格处理,但没有那么好。


Team City “构建网格”功能可能就是您想要的为了。

我认为您想要PNUnit。虽然它代表“Parallel NUnit”,但其主页显示:

PNUnit 并不是为了“随意”并行而仅仅为了使测试运行得更快。相反,它旨在作为一种测试由分布式通信组件组成的应用程序的方法。

@DotNetWise points out that NUnitGridRunner it is dead, and the author proposes alternatives:

Note: I've given up on this project as I've found that JetBrain's Team City provides a viable option. Cruise also provides some grid processing but not as good.

The Team City "Build Grid" feature might be what you're looking for.

I think you don't want PNUnit. While it stands for "Parallel NUnit," its home page says:

PNUnit is not intended for "casual" parallelism merely to make the tests run faster. Rather, it's intended as a way to test applications composed of distributed, communicating components.

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