flutter/dev/integration_tests/ui
Ian Hickson 5d9db106db Revert "Always evaluate the finder in driver.waitFor*()" (#11451)
* Revert "Make plugins add their repos to projects in the consuming app (#11447)"

This reverts commit abe1e2520b.

* Revert "Support for custom build types on Android (#11354)"

This reverts commit 87eec719e2.

* Revert "add a profile() method (#11443)"

This reverts commit 561d17a876.

* Revert "Fix documentation based on dartdoc's warnings (#11428)"

This reverts commit 6655074b37.

* Revert "Improve some docs around WillPopScope. (#11429)"

This reverts commit 58a28a2965.

* Revert "temporarily disable broken driver test in integration_ui (#11440)"

This reverts commit 764515ec78.

* Revert "style fix"

This reverts commit 00bfc86630.

* Revert "tests for waitFor/waitForAbsent"

This reverts commit 31d2ee9c0c.

* Revert "Always evaluate the finder in `driver.waitFor()` and `driver.waitForAbsent()`"

This reverts commit 11d7c79b99.
2017-08-01 10:39:08 -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 "Always evaluate the finder in driver.waitFor*()" (#11451) 2017-08-01 10:39:08 -07:00
test_driver Revert "Always evaluate the finder in driver.waitFor*()" (#11451) 2017-08-01 10:39:08 -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.