An error occurred while loading commit signatures
Name
Last commit
Last update
..
abstract_method_smoke_test roll packages (#117357)
android_custom_host_app Remove unneeded date comment in `gradle-wrapper.properties` (#104061)
android_embedding_v2_smoke_test roll packages (#117357)
android_host_app/.gradle Reland "Branch out android platform view perf testing #60238" 2nd time (#61748)
android_host_app_v2_embedding Remove unneeded date comment in `gradle-wrapper.properties` (#104061)
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 [flutter roll] Revert both #117338 and #117547 (#117557)
android_views Enable `use_colored_box` lint (#117370)
channels roll packages (#117357)
deferred_components_test Sync analysis_options.yaml & cleanups (#117327)
external_ui roll packages (#117357)
flavors roll packages (#117357)
flutter_gallery Revert "Remove single-view assumption from ScrollPhysics (#117503)" (#117647)
gradle_deprecated_settings Manual package roll (#117439)
hybrid_android_views Enable `use_colored_box` lint (#117370)
ios_add2app_life_cycle roll packages (#117357)
ios_app_with_extensions roll packages (#117357)
ios_host_app Set template and migrate apps to iOS 11 minimum (#101963)
ios_host_app_swift Set template and migrate apps to iOS 11 minimum (#101963)
ios_platform_view_tests roll packages (#117357)
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 Remove unneeded date comment in `gradle-wrapper.properties` (#104061)
non_nullable Sync analysis_options.yaml & cleanups (#117327)
platform_interaction roll packages (#117357)
release_smoke_test roll packages (#117357)
spell_check [iOS] Add task for spell check integration test (#116222)
ui roll packages (#117357)
web Sync analysis_options.yaml & cleanups (#117327)
web_compile_tests roll packages (#117357)
web_e2e_tests Fix screenshot testing for flutter web integration_test (#117114)
windows_startup_test roll packages (#117357)
README.md Added a more generous timeout period for the keyboard animation. (#62628)

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