That's how I built the Scenarios
I'm using this command to run the Feature tests using Cucumber: .\node_modules\.bin\cucumber-js features\ -r steps\
As a result, all Scenarios run in parallel. how to prevent that and run scenarioI first and then scenarioII?