flutter/dev/integration_tests/ui
2021-05-11 10:19:01 -07:00
..
android migrate from jcenter to mavencentral (#80908) 2021-04-21 21:41:07 -07:00
fuchsia/meta Test hot reload targeting a Fuchsia device (#48472) 2020-01-10 14:38:01 -08:00
integration_test Add tests for integration tests to devicelab (#79258) 2021-03-30 22:29:03 -07:00
ios Migrate dev/integration_tests/ui to null safety (#80624) 2021-04-27 18:50:51 -07:00
lib Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
macos Build more integration tests during pre-submit (#76554) 2021-02-22 14:04:09 -08:00
test_driver use throwsA (#82238) 2021-05-11 10:19:01 -07:00
web [flutter_tools] ensure track-widget-creation can be disabled on Android/macOS (#56203) 2020-05-04 11:22:15 -07:00
pubspec.yaml [versions] roll versions and add ffi dep (#81403) 2021-04-28 11:19:03 -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.