flutter/dev/customer_testing
Alexander Aprelev db68c950c5
[customer_testing] Pick up the fix for issue found by flutter/dart hh. (#167212)
This picks up
55deebbfa3
that bumped zulip-flutter to fix macro dependency
2025-04-15 20:28:09 +00:00
..
lib Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
ci.bat Pin customer_testing to the SHA specified in tests.version (#162048) 2025-01-25 22:15:28 +00:00
ci.dart Pin customer_testing to the SHA specified in tests.version (#162048) 2025-01-25 22:15:28 +00:00
ci.sh Pin customer_testing to the SHA specified in tests.version (#162048) 2025-01-25 22:15:28 +00:00
pubspec.yaml [ Widget Preview ] Add support for theme and brightness properties on Preview (#167001) 2025-04-15 17:51:40 +00:00
README.md Pin customer_testing to the SHA specified in tests.version (#162048) 2025-01-25 22:15:28 +00:00
run_tests.dart Pin customer_testing to the SHA specified in tests.version (#162048) 2025-01-25 22:15:28 +00:00
tests.version [customer_testing] Pick up the fix for issue found by flutter/dart hh. (#167212) 2025-04-15 20:28:09 +00:00

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.