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

Added compiler option #22

Closed shoesel closed 8 years ago

shoesel commented 8 years ago

The option enables parsing ES2015 step definitions (using "js:babel-register").

The test is a bit weird but we certainly don't want to add another dependency just for that.