flutter/dev
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
..
a11y_assessments Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
automated_tests Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
benchmarks Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
bots Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
ci Bump activesupport from 6.1.7.3 to 6.1.7.6 in /dev/ci/mac (#133225) 2023-08-24 20:06:51 +00:00
conductor Enable strict-inference (#135043) 2023-09-20 19:59:08 +00:00
customer_testing Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
devicelab Add device ready check (#135526) 2023-09-30 01:58:52 +00:00
docs Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
forbidden_from_release_tests Unpin url launcher (remake) (#134958) 2023-09-20 02:43:57 +00:00
integration_tests Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
manual_tests Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
tracing_tests Upgrade leak_tracker to fix flackiness. (#135760) 2023-09-29 18:55:21 +00:00
analysis_options.yaml
README.md

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.