flutter/dev/integration_tests/ui
Jason Simmons 7f03b9e41b
Upgrade to test package version 0.12.30+4 (#14853)
30+4 has made some changes to the remoting protocol that are incompatbile
with a test harness running 30+3 (e.g. adding a type='initial' field to the
first message)
2018-02-23 12:49:57 -08:00
..
android Remove generated files from repo (#14697) 2018-02-16 12:33:21 +01:00
ios Remove generated files from repo (#14697) 2018-02-16 12:33:21 +01:00
lib apply upcoming lint prefer_const_literals_to_create_immutables (#14029) 2018-01-11 08:38:55 +01:00
test_driver support disabling text entry emulation (#13410) 2017-12-06 19:59:07 -08:00
pubspec.yaml Upgrade to test package version 0.12.30+4 (#14853) 2018-02-23 12:49:57 -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.