flutter/dev/integration_tests/ui
2022-09-12 23:03:50 +00:00
..
android Remove unneeded date comment in gradle-wrapper.properties (#104061) 2022-06-13 16:43:11 -07:00
assets [framework] work around to load self packages from packages/ (#111350) 2022-09-12 18:30:00 +00:00
integration_test Remove unused build_mode_test (#86808) 2021-07-21 16:01:05 -07:00
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
macos Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
test [framework] work around to load self packages from packages/ (#111350) 2022-09-12 18:30:00 +00:00
test_driver Put waitFor back in keyboard_textfield_test integration test (#102315) 2022-04-21 13:14:10 -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 Roll pub packages (#111423) 2022-09-12 23:03:50 +00: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.