Cucumber-jvm: Run feature files parallel with Gradle

Created on 16 Jun 2021  路  2Comments  路  Source: cucumber/cucumber-jvm

Is your feature request related to a problem? Please describe.
Do cucumber supports running the feature files parallel with Gradle by officially?
I saw some old third party solutions, and I also saw the official documentation with maven, and it works perfect, but I would like to do it with Gradle.
What is the newest and best and easiest way to do this?
Thank you. :)

question

Most helpful comment

The answer is complicated and there are no ideal solutions yet. See:

Though using the cucumber-junit-platform-engine might get you reasonably far. You can use the properties to control parallel execution. If this does not meet your needs, consider using it in combination with the JUnit Console Launcher in a custom task.

All 2 comments

The answer is complicated and there are no ideal solutions yet. See:

Though using the cucumber-junit-platform-engine might get you reasonably far. You can use the properties to control parallel execution. If this does not meet your needs, consider using it in combination with the JUnit Console Launcher in a custom task.

Thank you. :)

Was this page helpful?
0 / 5 - 0 ratings