flutter/dev/integration_tests/ui
2021-11-24 14:43:05 -08:00
..
android Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
fuchsia/meta Test hot reload targeting a Fuchsia device (#48472) 2020-01-10 14:38:01 -08:00
integration_test Remove unused build_mode_test (#86808) 2021-07-21 16:01:05 -07:00
ios Revert "Update Xcode toolsVersion encoded in generated Main.storyboard (#94084)" (#94164) 2021-11-24 10:12:53 -05:00
lib [keyboard_textfield_test] wait until the keyboard becomes visible (#92032) 2021-10-19 15:03:04 -07:00
macos Run build_tests shard and check in project migrations (#85270) 2021-06-24 17:41:02 -07:00
test_driver [keyboard_textfield_test] wait until the keyboard becomes visible (#92032) 2021-10-19 15:03:04 -07:00
web [flutter_tools] ensure track-widget-creation can be disabled on Android/macOS (#56203) 2020-05-04 11:22:15 -07:00
pubspec.yaml Roll packages, remove unnecessary overrides (#94172) 2021-11-24 14:43:05 -08:00
README.md Deep linking: automatically push the route hiearchy on load. (#10894) 2017-06-23 14:58:29 -07:00

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.