flutter/dev/integration_tests
2019-11-08 16:53:21 -08:00
..
abstract_method_smoke_test Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08: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 Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08:00
android_views Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08:00
channels Reland: Migrate examples to Android embedding v2 (#44139) 2019-11-04 17:25:25 -08:00
codegen Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08:00
external_ui update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
flavors Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08:00
image_loading Ignore generated .project files for VSCode Java Plugin (#44019) 2019-11-01 15:57:43 -07:00
ios_add2app Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08: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 Make module_test_ios pass (#44147) 2019-11-04 17:44:55 -08: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 Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08: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 Make sure all our .dart files have license headers (#44467) 2019-11-08 16:53:21 -08: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