samueltbrown / gradle-cucumber-plugin

Plugin to support cucumber-jvm in Gradle builds
MIT License
79 stars 44 forks source link

Parallel execution #52

Open tommywo opened 8 years ago

tommywo commented 8 years ago

Hi, it would be great to have a possiblility of running cucumber tests in parallel, i was looking at https://github.com/camiloribeiro/cucumber-gradle-parallel/blob/master/build.gradle and it's possible but i don't see a way to do this with your plugin. It is possilble to do this now, or the parallelization has to be included in your plugin?

adamdougal commented 8 years ago

This would be awesome!

gregmunt commented 4 years ago

This is possible since Cucumber-JVM v4, but not supported in v0.9 of the plugin. The only workaround is to use the Cucumber-JVM CLI directly. Support will be added in a future release.