How could I execute 15 parallel sessions while using WebdriverIO framework

I’ve subscribed to Web Automation Plan of 15 parallel sessions. Could you please suggest, how to execute 15 parallel sessions while using webdriverIO framework. Right now using sample repo GitHub - LambdaTest/webdriverio-selenium-sample: A sample test for LambdaTest distributed grid with webdriverio

3 Likes

In the sample repo, there are 3 capabilities passed under ‘parallel.conf.js’ file, you just need to add rest of the capabilities per your requirement and set the value of ‘maxInstance’ to 15.

You can find the capabilities under : https://www.lambdatest.com/capabilities-generator/

2 Likes