Need ability to control order of scenario execution inside a spec #2322
deepesh1511
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Unfortunately scenarios cannot be assigned a priority or assigned an order. So it's best to write them in a way that they can run independently. |
Beta Was this translation helpful? Give feedback.
2 replies
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are migrating from Selenium to Gauge framework for UI and API automation in our project and need the ability to control the order of scenario execution inside a spec.
Is there any functionality similar to TestNG prioritization? Our existing tests heavily depend on the priority annotation and would like to know if anything similar can be implemented in Gauge.
Beta Was this translation helpful? Give feedback.
All reactions