Parallel execution for single Spec file tests #98
bajipogadadanda
started this conversation in
General
Replies: 1 comment
-
No, there is no straightforward way to do this. You should split up your test file into multiple files. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi Chris,
I have tried the parallel execution for both single and multiple capabilities. Its perfectly working for multiple spec files!
However, our Spec files are large and would have up to 50 tests per spec file, so is there anyway to have parallel execution for the tests within the spec file? i.e we group/execute a single spec file at a time , looking for if WDIO supports to have multiple threads for the single spec file to execute the tests in parallel for the concerned spec file.
Beta Was this translation helpful? Give feedback.
All reactions