tree: b52ae31aa41ea314905283686fabc0a03998e50f [path history] [tgz]
  1. abstract_method_smoke_test/
  2. android_custom_host_app/
  3. android_embedding_v2_smoke_test/
  4. android_host_app/
  5. android_host_app_v2_embedding/
  6. android_module_host_with_custom_build_v2_embedding/
  7. android_semantics_testing/
  8. android_verified_input/
  9. android_views/
  10. channels/
  11. deferred_components_test/
  12. external_textures/
  13. flavors/
  14. flutter_gallery/
  15. gradle_deprecated_settings/
  16. hybrid_android_views/
  17. ios_add2app_life_cycle/
  18. ios_app_with_extensions/
  19. ios_host_app/
  20. ios_host_app_swift/
  21. ios_platform_view_tests/
  22. link_hook/
  23. module_host_with_custom_build/
  24. module_host_with_custom_build_v2_embedding/
  25. new_gallery/
  26. non_nullable/
  27. platform_interaction/
  28. release_smoke_test/
  29. spell_check/
  30. ui/
  31. web/
  32. web_compile_tests/
  33. web_e2e_tests/
  34. wide_gamut_test/
  35. windows_startup_test/
  36. README.md
dev/integration_tests/README.md

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