I now at the solution level I can tell NCrunch to run or not run tests in Parallel but is it possible to do this at the assembly or test level?
Remco NCrunch Developer
#3409
12 Dec 2012 10:54 UTC
Hi, thanks for posting!
This can't yet be controlled at assembly level, but it most certainly can be controlled at fixture and test level through the use of attributes such as ExclusivelyUsesAttribute. The documentation has some detailed information on ways that you can control this.
A future expected feature is to allow the concurrency attributes to also be expressed at assembly level, where they would apply to all tests within the assembly.
Cheers,
Remco
This can't yet be controlled at assembly level, but it most certainly can be controlled at fixture and test level through the use of attributes such as ExclusivelyUsesAttribute. The documentation has some detailed information on ways that you can control this.
A future expected feature is to allow the concurrency attributes to also be expressed at assembly level, where they would apply to all tests within the assembly.
Cheers,
Remco
Post a reply
Log in to reply.