flutter/dev/integration_tests/ui
Michael Goderbauer 25e38a2a87
Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546)
Bump lower Dart SDK constraints to 3.0 & add class modifiers
2023-03-21 20:21:58 +00:00
..
android Revert "[integration_test] upgrade androidx test to 1.4.0 (#109547)" (#122106) 2023-03-07 16:28:49 +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 Add Info.plist from build directory as input path to Thin Binary build phase (#118209) 2023-01-13 13:41:08 -06:00
lib Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
linux [Linux] Add a 'flutter run' console output test (#118279) 2023-01-13 19:17:12 +00:00
macos Revert unintentional changes to Info.plist files (#122896) 2023-03-17 18:18:43 +00: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 [flutter_tools] Remove package:image (#115848) 2022-11-22 21:49:57 +00:00
web
windows Fix typos (#121171) 2023-02-23 19:43:21 +00:00
pubspec.yaml Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546) 2023-03-21 20:21:58 +00:00
README.md

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.