Skip to content

How cucumber.execution.parallel.enabled works with cucumber.execution.order? #2974

Closed
@TrueJacobG

Description

@TrueJacobG

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ❓ questionConsider using support forums: https://cucumber.io/tools/cucumber-open/support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions