-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
Description
Any notes or suggestions how to run Tests in Parallel?
What is your question? I've tried using a testsettings file with MSTest Adapters such as

AND adding this to the Class File containing the tests but no luck
[assembly: Parallelize(Workers = 2, Scope = ExecutionScope.ClassLevel)]
The result is I only get serial test execution when I am expecting two browser sessions to launch to execute tests in parallel.
Can this be achieved only through NUnit or some other settings in the solution?
Thank you
Reactions are currently unavailable