flutter/dev/integration_tests/ui
Yegor 1c6decaa5e
update APK path in devicelab tests (#13540)
* update APK path in devicelab tests

* add missing transitive dependency on archive

* use path used by flutter tools
2017-12-13 13:12:10 -08:00
..
android Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
ios Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
lib Emulate text entry in FlutterDriver (#13373) 2017-12-06 17:29:37 -08:00
test_driver support disabling text entry emulation (#13410) 2017-12-06 19:59:07 -08:00
pubspec.yaml update APK path in devicelab tests (#13540) 2017-12-13 13:12:10 -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.