bdd_widget_test
bdd_widget_test copied to clipboard
A BDD-style widget testing library
Hello, we want to import from our main app steps from different packages. Is it possible to do something like this: ``` includes: - package:feature_a/bdd_options.yaml - package:feature_b/bdd_options.yaml ```
When specifying a custom `stepFolderName` in `build.yaml`, the generated dart files are unexpectedly created in the test folder instead of the intended directory (where the feature files belong, e.g integration_test)....
When you have a line like the following: ``` Given {"Steve Jobs"} has a visit planned | "id" | 1 | | "date" | "2024-05-01T08:00:00.000Z" | | "patientFirstName" | "Tim"...