Daily Usage Issues

Parallel Test Running

Started by mikeedwards83 on 6,467 views

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?

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

Post a reply

Log in to reply.