Hi All
Is there a way to assign scenario execution priority for QAF BBD2 or Gherkin scenarios?
For BDD2 Approach, I have tried the following , it did not work
Scenario : A
For Gherkin Approach , I have tried the following , It did not work
Scenario Outline: B
Examples: { groups:[], "priority"=2}
FYI: Assigning priority on QAFSteps for the Java Approach is working.