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. :)
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. :)
Most helpful comment
The answer is complicated and there are no ideal solutions yet. See:
Though using the
cucumber-junit-platform-enginemight 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.