Open
Description
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).