Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have successfully got pNunit (http://www.plasticscm.com/infocenter/technical-articles/pnunit.aspx) working to run my specflow tests in parallel.

I really don't like the fact I have to specify that the specific tests I would like to run on each agent though. Tests change and are added frequently. I wouldn't want to have a test not run because someone forgot to update the config file.

In an ideal world, I would like to say Agent 1 would run Test fo Category A and Agent 2 would run Category 2.

Is this possible?

share|improve this question
Have you looked at nCrunch? It will perform parallel test runs while you are editing, leaving you just to run normal nUnit on your build server. I use it daily with SpecFlow and normal nunit tests. No config updates necessary. – AlSki Feb 16 at 21:46
I Use NCrunch locally, but I was looking to speed up the tests on my CI server. – Lee Cook Feb 16 at 22:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.