flutter/dev/integration_tests/ui
2018-05-31 19:25:40 +02:00
..
android Revert "Update Gradle dependencies (#18071)" (#18074) 2018-05-31 19:25:40 +02:00
ios Remove generated files from repo (#14697) 2018-02-16 12:33:21 +01: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 Bump mockito to 3.0.0-alpha+5 (#17487) 2018-05-11 15:27:15 -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.