Skip to content

Commit

Permalink
Add parallel test execution option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamTarasiewicz committed Oct 2, 2023
1 parent c732ae5 commit c80d977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CSharp_Selenium_DemoQA/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Parallel test execution. Comment to disable.
[assembly: Parallelize(Workers = 100, Scope = ExecutionScope.MethodLevel)]

0 comments on commit c80d977

Please sign in to comment.