flutter/dev/integration_tests/ui
2020-04-12 08:55:03 -07:00
..
android Don't import plugins that don't support android in settings.gradle (#54407) 2020-04-12 08:55:03 -07:00
fuchsia/meta Test hot reload targeting a Fuchsia device (#48472) 2020-01-10 14:38:01 -08:00
ios Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
lib Rename GPU thread to raster thread in API docs (#53422) 2020-04-08 18:57:03 -07:00
test_driver Add LICENSE file to packages/flutter, add test to make sure it… (#53799) 2020-04-02 10:38:25 -07:00
pubspec.yaml [versions] update versions (#54247) 2020-04-07 19:42:02 -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.