flutter/dev/customer_testing/test
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
..
common.dart Align more closely with package:test (#77118) (#78343) 2021-03-16 13:58:02 -07:00
customer_test_test.dart Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00