By default, Cucumber features/scenarios are run in the order:
- Alphabetically by feature file directory
- Alphabetically by feature file name
- Order of scenarios within the feature file
I would like to specify the execution order I want the files to run:
kosher run features/folder2/test3.feature features/folder1/test1.feature
By default, Cucumber features/scenarios are run in the order:
I would like to specify the execution order I want the files to run:
kosher run features/folder2/test3.feature features/folder1/test1.feature