flutter/dev/integration_tests/ui
2021-11-06 22:46:46 -07:00
..
android Revert "Reland: display features (#93117)" (#93204) 2021-11-06 22:46:46 -07:00
fuchsia/meta
integration_test Remove unused build_mode_test (#86808) 2021-07-21 16:01:05 -07:00
ios Migrate iOS project to Xcode 13 compatibility (#90304) 2021-09-22 13:23:05 -07: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
pubspec.yaml Update packages (#92924) 2021-11-05 12:03:03 -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.