Closed
Description
Requirements:
cucumber.execution.parallel.enabled=true
cucumber.execution.parallel.config.strategy=fixed
cucumber.execution.parallel.config.fixed.max-pool-size=5
cucumber.execution.order=lexical
platform: JUnit 5
I believe we can assume that tests will start in alphabetical order on each thread. However, while we cannot assume that tests will both start and finish in alphabetical order overall, we can assume that if we examine all tests performed on, lets say, thread 1, they were started in alphabetical order, right?