Name
Last commit
Last update
..
abstract_method_smoke_test Reland: display features (#93117)
android_custom_host_app Reland: display features (#93117)
android_embedding_v2_smoke_test Reland: display features (#93117)
android_host_app/.gradle Reland "Branch out android platform view perf testing #60238" 2nd time (#61748)
android_host_app_v2_embedding Reland: display features (#93117)
android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp Fix package declarations for add-to-app integration tests (#77648)
android_semantics_testing Reland: display features (#93117)
android_views Reland: display features (#93117)
channels Reland: display features (#93117)
deferred_components_test Reland: display features (#93117)
external_ui Reland: display features (#93117)
flavors Reland: display features (#93117)
flutter_gallery Reland: display features (#93117)
gradle_deprecated_settings Reland: display features (#93117)
hybrid_android_views Reland: display features (#93117)
ios_add2app_life_cycle Update packages (#92924)
ios_app_with_extensions Update packages (#92924)
ios_host_app [module_test_ios] trying tap the buttons again if the first time didn't work (#90535)
ios_host_app_swift Support iOS arm64 simulator (#85642)
ios_platform_view_tests Update packages (#92924)
module_host_with_custom_build/.gradle Reland "Branch out android platform view perf testing #60238" 2nd time (#61748)
module_host_with_custom_build_v2_embedding Reland: display features (#93117)
non_nullable Reland: display features (#93117)
platform_interaction Reland: display features (#93117)
release_smoke_test Reland: display features (#93117)
ui Loading commit data...
web Loading commit data...
web_compile_tests Loading commit data...
web_e2e_tests Loading commit data...
README.md Loading commit data...

Automated Flutter integration test suites

Each suite consists of either a complete Flutter app and a flutter_driver specification that drives tests from the UI, or a native app that is meant to integrate with Flutter for testing.

Intended for use with devicelab tests.

If you want to run a driver test locally, to debug a problem with a test, you can use this command from the appropriate subdirectory:

flutter drive -t <test> --driver <driver>

For example:

flutter drive -t lib/keyboard_resize.dart --driver test_driver/keyboard_resize_test.dart