blob: 2b442c4e733e992b1088595b68f95b91859f1682 [file] [log] [blame] [view]
The scripts in this directory are used in the Flutter customer test registry
[test](https://github.com/flutter/tests/blob/main/registry/flutter_devtools.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](https://github.com/flutter/devtools/blob/master/packages/devtools_test/lib/src/helpers/utils.dart#L15)
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](https://github.com/flutter/devtools/blob/master/packages/devtools_test/lib/src/helpers/utils.dart#L15)
inside the `devtools_test` package.