tree: 0f568a6e9a81c9a130f15ccfdbb5821c102de3b3 [path history] [tgz]
  1. analyze.sh
  2. README.md
  3. setup.sh
  4. test.sh
tool/flutter_customer_tests/README.md

The scripts in this directory are used in the Flutter customer test registry test for DevTools.

If a test is flaky or needs to be skipped on the Flutter customer test run, skip the test case by adding the tag ‘skip-for-flutter-customer-tests’, which is defined in a const in utils.dart inside the devtools_test package.

If a new DevTools test should be run on the Flutter customer test run that is not already part of one of the test/ subdirectories tested in test.sh, you can add the tag ‘include-for-flutter-customer-tests’, which is defined in a const in utils.dart inside the devtools_test package.