This repository was archived by the owner on Dec 21, 2024. It is now read-only.
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
Document antipattern: Running features/scenarios in a specific order #696
Open
Description
See https://cucumberbdd.slack.com/archives/C60TKS3SL/p1636399065115000
I strongly recommend you avoid relying on a specific order. When a scenario fails, you should be able to run just that scenario to reproduce the same result so you can fix it. If you choose not to follow that advice, you can specify the order by listing the feature files in your runner, or as command-line arguments, depending on what Cucumber implementation you are using.
Metadata
Metadata
Assignees
Labels
No labels