Name
Last commit
Last update
..
abstract_method_smoke_test roll dart/engine to f27729e97b5a00c3a8d8d49edc7b998fa755b97a (#62368)
android_custom_host_app move compile/target sdk versions to 29 (#62799) (#63008)
android_embedding_v2_smoke_test Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
android_host_app/.gradle Reland "Branch out android platform view perf testing #60238" 2nd time (#61748)
android_host_app_v2_embedding move compile/target sdk versions to 29 (#62799) (#63008)
android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp Update Android activities because plugin registration is now done by FlutterActivity.configureFlutterEngine (#50841)
android_semantics_testing Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
android_splash_screens Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
android_views Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
channels Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
external_ui Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
flavors Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
flutter_driver_screenshot_test Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
flutter_gallery Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
gradle_deprecated_settings [versions] update gallery, roll versions (#64067)
hybrid_android_views Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
image_loading Creates a way to test private APIs in the Flutter package. (#65505)
ios_add2app/flutterapp [versions] update to the latest sdk versions (#62687)
ios_add2app_life_cycle drop xcpretty for tests (#63804)
ios_app_with_extensions Revert "Avoid thinning frameworks in iOS extensions (#64674)" (#64829)
ios_host_app :black_nib: Spell Check All `.md` Files Related to Flutter :blue_heart: (#61564)
ios_host_app_swift Make module run script names unique (#60228)
ios_platform_view_tests Roll forward package:test to 1.16.0-nullsafety.4 to prepare for (#65571)
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 move compile/target sdk versions to 29 (#62799) (#63008)
non_nullable Loading commit data...
platform_interaction Loading commit data...
release_smoke_test Loading commit data...
ui Loading commit data...
web Loading commit data...
web_compile_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