How to run scenarios in Cucumber-JVM in parallel? [duplicate]
问题 This question already has answers here : How to execute cucumber feature file parallel (4 answers) Closed 2 years ago . I have a set of acceptance tests written for the Cucumber-JVM. In order to reduce the feedback time I would like to run the scenarios (of a feature) in parallel. How do I do that in the simplest and most convenient way? (I would prefer to be able to express this in Java code, as a regular JUnit test/runner, i.e. I would prefer not to resort to some workaround using the maven