How can I order my scenarios to run in a given order?
I have a series of scenarios that depend on the previous scenario having run.
I'm running my specflow tests using nunit3console.
I haven't found anything online that seems to work.
And yes my tests do need to run in a particular order otherwise it's pointless.
Scenario: I perform first scenario
Scenario: I perform second scenario