flutter/dev/integration_tests/ui
2019-06-03 10:54:44 -07:00
..
android Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) 2019-01-24 14:29:08 -08:00
ios Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 (#26713) 2019-01-21 21:23:04 -08:00
lib Make a kReleaseMode constant that is public. (#27502) 2019-02-06 14:37:17 -08:00
test_driver updated tearDownAll function (#28808) 2019-06-03 10:54:44 -07:00
pubspec.yaml Revert "Add real-er restart for web using webkit inspection protocol (#33629)" (#33703) 2019-05-31 21:53:30 -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.