aves_mio/.flutter/dev/integration_tests
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00
..
android_engine_test first commit 2026-02-19 13:25:23 +01:00
android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp first commit 2026-02-19 13:25:23 +01:00
android_semantics_testing first commit 2026-02-19 13:25:23 +01:00
android_verified_input first commit 2026-02-19 13:25:23 +01:00
android_views first commit 2026-02-19 13:25:23 +01:00
channels first commit 2026-02-19 13:25:23 +01:00
deferred_components_test first commit 2026-02-19 13:25:23 +01:00
display_cutout_rotation first commit 2026-02-19 13:25:23 +01:00
external_textures first commit 2026-02-19 13:25:23 +01:00
flavors first commit 2026-02-19 13:25:23 +01:00
flutter_gallery first commit 2026-02-19 13:25:23 +01:00
hook_user_defines first commit 2026-02-19 13:25:23 +01:00
ios_add2app_life_cycle first commit 2026-02-19 13:25:23 +01:00
ios_add2app_uiscene first commit 2026-02-19 13:25:23 +01:00
ios_app_with_extensions first commit 2026-02-19 13:25:23 +01:00
ios_host_app first commit 2026-02-19 13:25:23 +01:00
ios_host_app_swift first commit 2026-02-19 13:25:23 +01:00
ios_platform_view_tests first commit 2026-02-19 13:25:23 +01:00
keyboard_hot_restart first commit 2026-02-19 13:25:23 +01:00
link_hook first commit 2026-02-19 13:25:23 +01:00
module_host_with_custom_build_v2_embedding first commit 2026-02-19 13:25:23 +01:00
new_gallery first commit 2026-02-19 13:25:23 +01:00
platform_interaction first commit 2026-02-19 13:25:23 +01:00
pure_android_host_apps first commit 2026-02-19 13:25:23 +01:00
release_smoke_test first commit 2026-02-19 13:25:23 +01:00
spell_check first commit 2026-02-19 13:25:23 +01:00
ui first commit 2026-02-19 13:25:23 +01:00
web first commit 2026-02-19 13:25:23 +01:00
web_compile_tests first commit 2026-02-19 13:25:23 +01:00
web_e2e_tests first commit 2026-02-19 13:25:23 +01:00
wide_gamut_test first commit 2026-02-19 13:25:23 +01:00
widget_preview_scaffold first commit 2026-02-19 13:25:23 +01:00
windowing_test first commit 2026-02-19 13:25:23 +01:00
windows_startup_test first commit 2026-02-19 13:25:23 +01:00
.gitignore first commit 2026-02-19 13:25:23 +01:00
README.md first commit 2026-02-19 13:25:23 +01:00

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

New tests require new CI runner

Adding code to this directory will not automatically cause it to be run by any already existing ci tooling. This directory is intentinally a "choose your own adventure" piece of tooling.