开发者

Does anything like Selenium GRID for Nunit projects exist?

开发者 https://www.devze.com 2023-01-31 10:17 出处:网络
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 ea开发者_StackOverflow

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 ea开发者_StackOverflow中文版sy way to do that using NUnit?


@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.

0

精彩评论

暂无评论...
验证码 换一张
取 消