flutter/dev/integration_tests/ui
Jonah Williams 18f0a2288e
[flutter_tools] update to vm_service 5.2.0, update to dwds 7.0.0 (#69067)
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query

Co-authored-by: Gary Roumanis <grouma@google.com>
Co-authored-by: Anna Gringauze <annagrin@google.com>
2020-10-27 13:55:32 -07:00
..
android move compile/target sdk versions to 29 (#62799) (#63008) 2020-08-11 14:51:02 -07:00
fuchsia/meta Test hot reload targeting a Fuchsia device (#48472) 2020-01-10 14:38:01 -08:00
ios Revert "Build iOS apps using Swift Packages (#68361)" (#68546) 2020-10-19 17:57:32 -07:00
lib Updated old button references in dev/integration_tests/ui (#63213) 2020-08-08 18:19:59 -07:00
macos add macOS to ui integration test (#56324) 2020-05-04 15:55:33 -07:00
test_driver reland driver vm_service migration (#69126) 2020-10-27 11:30:24 -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 [flutter_tools] update to vm_service 5.2.0, update to dwds 7.0.0 (#69067) 2020-10-27 13:55:32 -07: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.