flutter/dev/integration_tests/ui
Danny Tuppeny e593dc70e8
Update all packages (#18471)
"flutter update-packages --force-upgrade"
2018-06-14 21:09:32 +01:00
..
android Upgradle Gradle dependencies to match Android Studio 3.1.2 (#18080) 2018-06-01 09:57:40 +02:00
ios Build devicelab iOS apps as universal binaries (#18102) 2018-06-01 08:43:57 -07:00
lib Mark integration_ui flaky (#17319) 2018-05-06 18:00:35 -07:00
test_driver Revert "Add missing awaits in driver integration test (#17314)" (#17315) 2018-05-04 17:48:25 -07:00
pubspec.yaml Update all packages (#18471) 2018-06-14 21:09:32 +01: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.