flutter/dev/integration_tests/ui
Christopher Fujino dfdec8984f
[flutter_tools] Remove package:image (#115848)
* remove ciyaml targets

* remove screenshot_test and package:image

* update-packages

* remove TESTOWNERS entries
2022-11-22 21:49:57 +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 Add a flutter app that can resize itself as integration test app. (#112297) 2022-09-26 17:45:19 +00:00
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Add a flutter app that can resize itself as integration test app. (#112297) 2022-09-26 17:45:19 +00:00
macos Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01:00
test [framework] work around to load self packages from packages/ (#111350) 2022-09-12 18:30:00 +00:00
test_driver [flutter_tools] Remove package:image (#115848) 2022-11-22 21:49:57 +00: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 [flutter_tools] Remove package:image (#115848) 2022-11-22 21:49:57 +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.