You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
godog F1.feature:5 F2.feature:5 F1.feature:13
# example from godog package
godog features/load.feature:6 features/multistep.feature:6 features/load.feature:23 features/multistep.feature:23
All godog arguments are feature file paths, you may specify separate scenarios at specific lines to be run in specific order. Note, that if you have a hook like BeforeFeature then it will be run separately for every specified feature in argument.
l3pp4rd
added
the
❓ question
Consider using support forums: https://cucumber.io/tools/cucumber-open/support
label
Sep 5, 2017
I have more than one feature file and each feature file comprises feature specific scenarios. For example
Now i want to select a sequence of
F1(S1) -> F2(S1) -> F2(S2) -> F1(S2) -> F1(S3) -> F2(S3)
in a single run.Is there any way to do it ?
The text was updated successfully, but these errors were encountered: