flutter/dev/customer_testing
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
..
lib Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
test Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
ci.bat Actually run customer_testing shard on Windows (#109336) 2022-08-10 23:25:23 +00:00
ci.sh Actually run customer_testing shard on Windows (#109336) 2022-08-10 23:25:23 +00:00
pubspec.yaml Unpin url launcher (remake) (#134958) 2023-09-20 02:43:57 +00:00
run_tests.dart Implement "iterations" directive for customer tests (#124541) 2023-04-11 03:21:24 +00:00