flutter/dev/integration_tests/ui
2018-08-30 18:16:23 -07:00
..
android Upgradle Gradle dependencies to match Android Studio 3.1.2 (#18080) 2018-06-01 09:57:40 +02:00
ios Don't bundle Genereted.xcconfig as a resource (#19544) 2018-07-19 07:24:06 -07:00
lib Audit TODO syntax (#20837) 2018-08-21 14:02:11 -07:00
test_driver Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
pubspec.yaml Update packges (#21241) 2018-08-30 18:16:23 -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.