flutter/dev/integration_tests/ui
Dan Field f02f4fbed3
Rev Android Platform to 28 for bots (#26790)
* Rev Android Platform to 28 for bots

* push all to 28

* include platform tools update
2019-01-18 20:39:10 -08:00
..
android Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
ios Revert "Move flutter_assets to App.framework (#26630)" (#26675) 2019-01-16 16:46:37 -08:00
lib Dispatch a Flutter.Navigation event each time navigation occurs. (#23126) 2018-10-17 07:40:08 -07:00
test_driver Revert "Update driver script to execute test through test_core" (#24401) 2018-11-15 11:17:00 -08:00
pubspec.yaml Updated Shrine demo (#25674) 2018-12-21 17:47:25 -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.