Skip to content

Scenario execution priority attributes #187

Open
@50U10FCA7

Description

@50U10FCA7

Priority attribute tells the executor how early need to add scenario to the execution queue.

In some cases there is no way to tell the executor to run scenarios in specific order.
For example: Scenarios that will be executing for a long time must be added to execution queue before others.

Design proposal:

@priority [integer]
Scenario: my slow scenario

Scenarios with lower priority value will be added to execution queue earlier (or vice versa).

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestk::apiRelated to API (application interface)k::designRelated to overall design and/or architecture

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions