We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5401e commit d90a6f8Copy full SHA for d90a6f8
1 file changed
example/build.yaml
@@ -12,6 +12,8 @@ targets:
12
stepFolderName: step # this trick is required to share steps between widget and integration tests
13
# relativeToTestFolder: false # if false, steps will be generated in the root of the package; default is true
14
# testMethodName: customTestMethodName
15
+ # addHooks: true # if true, hooks will be added to the test; default is false
16
+ # hookFolderName: bdd_hooks
17
include: package:bdd_widget_test/bdd_options.yaml # you may add defaul external steps with this line
18
externalSteps: # or list only steps that you need
19
- package:bdd_widget_test/step/i_see_text.dart
0 commit comments