flutter/dev/integration_tests/ui
flutter-pub-roller-bot bed034add2
Roll pub packages (#151816)
This PR was generated by `flutter update-packages --force-upgrade`.
2024-07-16 12:34:24 +00:00
..
android Manual engine roll to ddd4814 (#150952) 2024-06-27 21:57:32 +00: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 Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
lib Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
linux Deletes files that should be ignored (#127984) 2023-06-29 19:45:22 +00:00
macos [macOS] support secure restorable state by default (#151605) 2024-07-12 11:08:26 -07:00
test Revert "Speed up first asset load by using the binary-formatted asset manifest for image resolution (#118782)" (#121220) 2023-02-23 00:13:33 +00:00
test_driver Increase delay for checking integration_ui_keyboard_resize test success (#141301) 2024-01-12 04:42:07 +00:00
web [flutter_tools] ensure track-widget-creation can be disabled on Android/macOS (#56203) 2020-05-04 11:22:15 -07:00
windows [Windows] Drop support for Windows 7/8 apps in template (#146668) 2024-04-12 01:07:20 +00:00
pubspec.yaml Roll pub packages (#151816) 2024-07-16 12:34:24 +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.