Skip to content

Commit d90a6f8

Browse files
committed
Add commented options for hooks in build.yaml example
1 parent ad5401e commit d90a6f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

example/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ targets:
1212
stepFolderName: step # this trick is required to share steps between widget and integration tests
1313
# relativeToTestFolder: false # if false, steps will be generated in the root of the package; default is true
1414
# testMethodName: customTestMethodName
15+
# addHooks: true # if true, hooks will be added to the test; default is false
16+
# hookFolderName: bdd_hooks
1517
include: package:bdd_widget_test/bdd_options.yaml # you may add defaul external steps with this line
1618
externalSteps: # or list only steps that you need
1719
- package:bdd_widget_test/step/i_see_text.dart

0 commit comments

Comments
 (0)