flutter/dev/integration_tests/ui
Greg Spencer 909406ba25
Consolidating .gitignore files. (#13002)
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
2017-11-28 17:06:57 -08:00
..
android Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
ios Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08: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
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.