flutter/dev/integration_tests/ui
2017-08-01 14:23:44 -07:00
..
android Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +02:00
ios Use new project template (#10378) 2017-05-29 14:07:21 +02:00
lib Revert "Revert "Always evaluate the finder in driver.waitFor*()" (#11451)" (#11462) 2017-08-01 14:23:44 -07:00
test_driver Revert "Revert "Always evaluate the finder in driver.waitFor*()" (#11451)" (#11462) 2017-08-01 14:23:44 -07:00
.gitignore Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07:00
pubspec.yaml Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07: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.