tree: 58cd5470563a67124ac76b1b4cde8f33a6370a0d [path history] [tgz]
  1. lib/
  2. test/
  3. ci.bat
  4. ci.dart
  5. ci.sh
  6. pubspec.yaml
  7. README.md
  8. run_tests.dart
  9. tests.version
dev/customer_testing/README.md

customer_testing

This tool checks out https://github.com/flutter/tests at the commit SHA specified in tests.version, and runs the tests registered to verify that end-user apps and libraries are working at the current tip-of-tree of Flutter.

To (locally) test a specific SHA, use ci.dart:

cd dev/customer_testing
dart ci.dart [sha]

Or, to update the SHA for our CI, edit and send a PR for tests.version.