flutter/dev/integration_tests/ui
2022-06-13 16:43:11 -07:00
..
android Remove unneeded date comment in gradle-wrapper.properties (#104061) 2022-06-13 16:43:11 -07:00
fuchsia/meta
integration_test Remove unused build_mode_test (#86808) 2021-07-21 16:01:05 -07:00
ios Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
lib Put waitFor back in keyboard_textfield_test integration test (#102315) 2022-04-21 13:14:10 -07:00
macos Run build_tests shard and check in project migrations (#85270) 2021-06-24 17:41:02 -07:00
test_driver Put waitFor back in keyboard_textfield_test integration test (#102315) 2022-04-21 13:14:10 -07:00
web
pubspec.yaml Update packages with update-packages (#105325) 2022-06-06 10:49:39 -07:00
README.md

Flutter UI integration tests

This project contains a collection of non-plugin-dependent UI integration tests. The device code is in the lib/ directory, the driver code is in the test_driver/ directory. They work together. Normally they are run via the devicelab.

keyboard_resize

Verifies that showing and hiding the keyboard resizes the content.

routing

Verifies that flutter drive --route works correctly.