Is there a way to run Specflow scenarios in desired order (C# Selenium)?
问题 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? 回答1: For NUnit: Tests inside a scenario run in alphabetical order, so if you want to run them in specific order just rename