flutter/dev/integration_tests/ui
Yegor 154f2e5402 Reapply #12700 but keep linter pinned at 0.1.35 (#12735)
* Revert "Revert "fix --force-upgrade script; upgrade to the latest package versions (#12700)" (#12729)"

This reverts commit 7f0d4f4caa.

* keep linter pinned at 0.1.35
2017-10-26 09:55:36 -07:00
..
android Add framework support for system text scale factor. (#12180) 2017-10-02 14:18:18 -07:00
ios Use new project template (#10378) 2017-05-29 14:07:21 +02:00
lib Replace usage of FractionalOffset with Alignment (#12348) 2017-10-02 00:06:24 -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 Reapply #12700 but keep linter pinned at 0.1.35 (#12735) 2017-10-26 09:55:36 -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.