flutter/dev/integration_tests/ui
Yegor 91bd9bc4f8
delay taking screenshot to allow GPU thread to render the frame (#12896)
* delay taking screenshot to allow GPU thread to render the frame

* address comments
2017-11-06 17:33:48 -08: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 delay taking screenshot to allow GPU thread to render the frame (#12896) 2017-11-06 17:33:48 -08:00
test_driver delay taking screenshot to allow GPU thread to render the frame (#12896) 2017-11-06 17:33:48 -08:00
.gitignore Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07:00
pubspec.yaml delay taking screenshot to allow GPU thread to render the frame (#12896) 2017-11-06 17:33:48 -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.