SimitTomar / wdio-cucumber-parallel-execution

A WebdriverIO capability for running Cucumber scenarios in parallel.
25 stars 10 forks source link

How do you execute the specific number of parallel execution ? #21

Closed syamphaneendra closed 3 years ago

syamphaneendra commented 3 years ago

How do you execute the specific number of parallel execution ? For example if I have 3 feature files having 10 scenarios, How can I execute them with only 5 parallel threads ?

anirudhkumarvyas commented 3 years ago

Hi Syamphaneendra, You can use wdio-cucumber-parallel-execution and configure the maxInstances property to 5 in your wdio config.

Regards, Anirudh Vyas

syamphaneendra commented 3 years ago

ok, Thank you

anirudhkumarvyas commented 3 years ago

I hope your issue is resolved so closing this.