flutter/dev/integration_tests
Greg Spencer 8017f63b08
Re-Land: Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43384)
This re-lands the change that adds focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43213)

No changes from original, except for finding the right RenderBox in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart.
2019-10-28 10:55:11 -07:00
..
abstract_method_smoke_test Revert "Migrate examples to the Android embedding v2 (#43221)" (#43611) 2019-10-27 21:25:13 -07:00
android_embedding_v2_smoke_test Indent Kotlin code with 4 spaces (#43080) 2019-10-24 10:06:43 -07:00
android_host_app Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
android_host_app_v2_embedding Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
android_semantics_testing Re-Land: Add focus nodes, hover, and shortcuts to switches, checkboxes, and radio buttons. (#43384) 2019-10-28 10:55:11 -07:00
android_splash_screens Revert "Migrate examples to the Android embedding v2 (#43221)" (#43611) 2019-10-27 21:25:13 -07:00
android_views update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
channels Revert "Migrate examples to the Android embedding v2 (#43221)" (#43611) 2019-10-27 21:25:13 -07:00
codegen Revert "Migrate examples to the Android embedding v2 (#43221)" (#43611) 2019-10-27 21:25:13 -07:00
external_ui update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
flavors update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
image_loading update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
ios_add2app Turn off bitcode for integration tests and add-to-app templates (#42958) 2019-10-24 18:16:36 -07:00
ios_host_app Turn off bitcode for integration tests and add-to-app templates (#42958) 2019-10-24 18:16:36 -07:00
ios_host_app_swift Turn off bitcode for integration tests and add-to-app templates (#42958) 2019-10-24 18:16:36 -07:00
module_host_with_custom_build Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
module_host_with_custom_build_v2_embedding Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
named_isolates Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
platform_interaction update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
release_smoke_test Remove use_modular_headers from Podfiles using libraries (#42872) 2019-10-17 15:26:10 -07:00
simple_codegen update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
ui update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
web Fix new prefer_const_constructors after analyzer fix. (#39917) 2019-09-05 19:59:24 -07:00
web_compile_tests ensure dart2js does not compile unsupported packages (#40368) 2019-09-12 15:25:21 -07:00
README.md Add flutter drive to readme. (#41509) 2019-09-28 00:22:37 -07: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