I'm trying to run multiple Specflow tests in the Test Explorer, but the challenge is I'm unable to run them in the desired order.
ex - I have 3 scenarios in my feature files:
- Login positive
- Login negative
- registration positive
Currently, they run in random order. I want them to always run in the above order. How can I configure my feature files to make it possible?