simondean / parallel-cucumber-js

Executes Cucumber scenarios in parrallel, reducing the amount of time tests take to execute
MIT License
19 stars 12 forks source link

Execute scenarios in parallel #14

Open riaan53 opened 9 years ago

riaan53 commented 9 years ago

Hi,

Fist thank you for this - it works fantastic!

I would like to be able to execute not just features in parallel but scenarios as well. The reason for that is I want to run my scenario over multiple devices using appium and a cloud mobile automation provider (on real devices) like testdroid. It will take forever running this in series over 100 of devices and the can all run concurrently or limited by the cloud provider or something else.

Simplified example

Scenario Outline: Registration
  Given I have a <Device>
  When I enter my credentials
  Then I should be registered

  Examples:
    | Devices        |
    |  iPhone 6      |
    |  iPhone 5      |
    | Samsung S5 |

If you can point me in the right direction or any help will be appreciated!

Thank you.

Regards, Riaan

simondean commented 8 years ago

@riaan53 this will be implemented by pull request #19

simondean commented 8 years ago

Closed by c113a57, available in new version v1.0.0