Commit Graph

6 Commits

Author SHA1 Message Date
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
Ian Hickson
2cf8502589
Implement "iterations" directive for customer tests (#124541)
Implement "iterations" directive for customer tests
2023-04-11 03:21:24 +00:00
Michael Goderbauer
10a7c9ba22
Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
Ian Hickson
0acf53e310
Run dart fix on customer tests as promised (#83944) 2021-06-04 01:09:02 -07:00
Abhishek Ghaskata
a84ac2ec2c
Migrate customer_testing to null safety (#80841) 2021-04-22 10:56:51 -07:00
Casey Hillers
e692c182ea
[customer_testing] Refactor runner to be testable (#76831) 2021-03-04 18:44:02 -08:00