How to run parallel tests with JS-WDIO?
Hello Rhian-lewis,
We do have sample codes here that you can use for your setup which includes a parallel script.
-
To run parallel testing, you can go to the conf/parallel.conf.js file in the repo to configure your parallel test cases.
-
After you configure your tests you can run the following command to execute the tests: npm run parallel.