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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -429,6 +429,15 @@ targets:
429
429
430
430
SincePatrol version 3.0.0, `IntegrationTestWidgetsFlutterBinding.ensureInitialized` must not be called. Set`includeIntegrationTestBinding` to `false`.
431
431
432
+
### I don't like that the plugin creates steps under `test` folder. How to change that?
433
+
434
+
You may set a relative path in the `build.yaml` file (see the `example` folder):
435
+
```yaml
436
+
relativeToTestFolder: false
437
+
stepFolderName: integration_test/steps # if you want to have steps in the integration_test folder
438
+
hookFolderName: integration_test/bdd_hooks # if you want to have hooks in the integration_test folder
439
+
```
440
+
432
441
## Contributing
433
442
434
443
If you find a bug or would like to request a new feature, just [open an issue](https://github.com/olexale/bdd_widget_test/issues/new). Your contributions are always welcome!
0 commit comments