flutter/dev/integration_tests/ui
Dan Field 3d812c1b96
Reduce gradle deps (#50691)
* drop unnecessary test deps

* bump to junit 4.13
2020-02-12 21:14:54 -08:00
..
android Reduce gradle deps (#50691) 2020-02-12 21:14:54 -08:00
fuchsia/meta Test hot reload targeting a Fuchsia device (#48472) 2020-01-10 14:38:01 -08:00
ios License update (#45373) 2019-11-27 15:04:02 -08:00
lib License update (#45373) 2019-11-27 15:04:02 -08:00
test_driver License update (#45373) 2019-11-27 15:04:02 -08:00
pubspec.yaml update packages (#50666) 2020-02-12 14:51:38 -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.