README.md 427 Bytes
Newer Older
1 2
# Flutter UI integration tests

3 4 5 6
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.
7 8 9 10

## keyboard\_resize

Verifies that showing and hiding the keyboard resizes the content.
11 12 13 14

## routing

Verifies that `flutter drive --route` works correctly.