Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created February 13, 2021 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/ea827a8985826fcea92bf765a133b137 to your computer and use it in GitHub Desktop.
Save ultimate-qa2/ea827a8985826fcea92bf765a133b137 to your computer and use it in GitHub Desktop.
How to define parallelism in the assembly class
//Docs on NUnit parallelization: https://github.com/nunit/docs/wiki/Framework-Parallel-Test-Execution
[assembly: Parallelizable(ParallelScope.Fixtures)]
//Set this value to the Maximum amount of VMs that you have in Sauce Labs
[assembly: LevelOfParallelism(100)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment