flutter/dev/integration_tests/ui
Jonah Williams 37db92beeb
[versions] update all versions and fix tool tests (#60127)
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:

- systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
- MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
- RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
2020-06-23 15:48:37 -07:00
..
android Don't import plugins that don't support android in settings.gradle (#54407) 2020-04-12 08:55:03 -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 (#59009)" (#59025) 2020-06-08 15:45:10 -07:00
lib [flutter_tools] ensure track-widget-creation can be disabled on Android/macOS (#56203) 2020-05-04 11:22:15 -07:00
macos add macOS to ui integration test (#56324) 2020-05-04 15:55:33 -07:00
test_driver [flutter_tools] Reland: fix multiple dart defines (#54973) 2020-04-16 10:56:49 -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 [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -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.