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 individual scenarios #10

Open simondean opened 10 years ago

simondean commented 10 years ago

Support running individual scenarios by specifying the line number after the feature file path on the command line. See https://github.com/cucumber/cucumber-js/pull/168 for more info.