mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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. |
||
---|---|---|
.. | ||
lib | ||
test | ||
ci.bat | ||
ci.sh | ||
pubspec.yaml | ||
run_tests.dart |