flutter/dev/customer_testing/lib
Kenzie Davisson 54fa255432
Add support for setup steps in flutter customer tests (#135726)
This PR adds support for adding `setup` steps that must be run before the `update` steps in Flutter customer tests.

```
setup=./generate_my_mocks.sh
update=.
test= ...
```

This PR also cleans up the `CustomerTest` class in the spirit of yak-shaving and making the code more robust.
2023-10-03 20:31:54 +00:00
..
customer_test.dart Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
runner.dart Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00