Daily Usage Issues

Project Level Parallelism

Started by dwilliams8649 on 1,631 views

For all of the unit tests projects in my Solution, I would like for them to run in parallel. However, for the integration test projects, I would like to turn off parallel execution. Is this possible?

Thank you.
Hi thanks for posting!

You can try setting the Serial Attribute on the tests, or the whole assembly. A bit more information can be found here: https://www.ncrunch.net/documentation/reference_runtime-framework_serial-attribute

Please let me know if this doesn't solve your problem.

Post a reply

Log in to reply.