flutter/dev/integration_tests
Darren Austin b815f76293
Added tests for the new Android heading semantic flag to android_semantics_testing (#44031)
Added tests for the new Android heading semantic flag to android_semantics_testing.
2019-11-04 16:35:04 -08:00
..
abstract_method_smoke_test Revert: Migrate examples to Android embedding v2 (#43997) 2019-11-01 11:13:39 -07:00
android_embedding_v2_smoke_test Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -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 Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -07:00
android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -07:00
android_semantics_testing Added tests for the new Android heading semantic flag to android_semantics_testing (#44031) 2019-11-04 16:35:04 -08:00
android_splash_screens Revert: Migrate examples to Android embedding v2 (#43997) 2019-11-01 11:13:39 -07:00
android_views update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
channels Revert: Migrate examples to Android embedding v2 (#43997) 2019-11-01 11:13:39 -07:00
codegen Ignore generated .project files for VSCode Java Plugin (#44019) 2019-11-01 15:57:43 -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 Ignore generated .project files for VSCode Java Plugin (#44019) 2019-11-01 15:57:43 -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 Fixed usage of optional types in swift. (#43461) 2019-10-29 14:20:05 -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 Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -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 Update packages --force-upgrade (#43745) 2019-10-29 13:21:45 -07:00
simple_codegen Update packages --force-upgrade (#43745) 2019-10-29 13:21:45 -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