Opt-in for parallel-execution on a class level, instead of current assembly level #5553
Closed
thomasstormark3shape
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for opening this. I'm going to convert this to an issue to track this feature request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Both Xunit and Nunit has the option to opt-in for parallel test execution on a class-level or method level.
With MSTest its only possible to set [assembly: Parallelize(…)], and then opting out for each class or method by [DoNotParallelize].
When you have an old large test project with houndreds of test classes, and you find out that a lot does NOT parallelize - it would be good to gradually opt-in during migration period, and finally go for assembly level default parallelize.
Any thoughts on this feature?
Beta Was this translation helpful? Give feedback.
All reactions