bdd_widget_test icon indicating copy to clipboard operation
bdd_widget_test copied to clipboard

A BDD-style widget testing library

Results 5 bdd_widget_test issues
Sort by recently updated
recently updated
newest added

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 ```

enhancement
good first issue

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"...