flutter/dev/integration_tests/ui
2017-11-01 15:28:46 -07:00
..
android Add framework support for system text scale factor. (#12180) 2017-10-02 14:18:18 -07:00
ios Use new project template (#10378) 2017-05-29 14:07:21 +02:00
lib Replace usage of FractionalOffset with Alignment (#12348) 2017-10-02 00:06:24 -07:00
test_driver only tap on widgets reachable by hit testing (#11767) 2017-09-11 09:46:42 -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 Update Dart package dependencies (#12829) 2017-11-01 15:28:46 -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.