flutter/dev/bots/suite_runners
Matan Lurey 7f8ad8a4cb
Add and use an integration test with native(ADB) screenshots (#152326)
Closes https://github.com/flutter/flutter/issues/152325.

This PR is large due to generate `flutter create --platforms android`. A quick summary:

- Moves the integration test from `packages/flutter_driver/test` to `dev/integration_tests`
- Created a sample Flutter app that draws a blue rectangle
- Forked a subset of `package:flutter_goldens` that will work on the standalone Dart VM
- Forked a subset of `goldens.dart` (from `flutter_test`) to `src/native/goldens.dart` (i.e. `matchesGoldenFile`)

This ... works locally, but as usual I have no idea if it will work on Skia Gold so let's roll some dice.
2024-07-26 16:09:29 +00:00
..
run_add_to_app_life_cycle_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_analyze_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_android_java11_integration_tool_tests.dart Reland "Upgrade template Gradle, App AGP, Module AGP, and Kotlin versions, and tests"... but no longer upgrade module AGP version (#151433) 2024-07-10 21:37:26 +00:00
run_android_preview_integration_tool_tests.dart Refactor android preview tool integration tests (#146518) 2024-04-19 20:05:33 +00:00
run_customer_testing_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_docs_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_flutter_driver_android_tests.dart Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00
run_flutter_packages_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_framework_coverage_tests.dart Refactor framework coverage tests (#146210) 2024-04-18 21:07:05 +00:00
run_framework_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_fuchsia_precache.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_realm_checker_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_skp_generator_tests.dart Refactor skp_generator_tests (#145871) 2024-03-28 19:01:40 +00:00
run_test_harness_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_verify_binaries_codesigned_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_web_tests.dart Set dart defines properly while in debug mode. (#152262) 2024-07-25 22:00:50 +00:00