Hi Remcrunch, hope you're well.
Is there a way to instruct NCrunch to run all tests from one assembly serially, but for all other assemblies to run in parallel?
I tried to apply the Serial / ExclusivelyUses attribute at assembly level, but nc didn't pick it up (interestingly, if you apply an NUnit category at assembly level, that category does get listed in the Categories column of the tests window for all tests in that assembly).
Another option would be to attribute each test, but with Specflow the tests are auto-generated, so you would need to jump through hoops with writing and registering a custom SpecFlow test-provider plugin.
So I would imagine that the easiest way to get this behaviour would be to detect the Serial / ExclusivelyUses attribute at assembly level.
Thanks,
Smoove