flutter/dev/integration_tests/ui
Ian Hickson 441b5c2031 Pin all dependencies ONCE AND FOR ALL (#12210)
* Pin all dependencies ONCE AND FOR ALL

This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.

* Add comments.
2017-09-22 13:35:35 -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 only tap on widgets reachable by hit testing (#11767) 2017-09-11 09:46:42 -07:00
test_driver only tap on widgets reachable by hit testing (#11767) 2017-09-11 09:46:42 -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 Pin all dependencies ONCE AND FOR ALL (#12210) 2017-09-22 13:35:35 -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.