Depending on the overall structure of your test cases it could be that you like to define scenarios that are building on each other instead of re-launching the app under test for each scenario. Therefore it is essential that the scenarios are executed in the same order that they are defined in the .story file.
Depending on the overall structure of your test cases it could be that you like to define scenarios that are building on each other instead of re-launching the app under test for each scenario. Therefore it is essential that the scenarios are executed in the same order that they are defined in the
.storyfile.