• Home
Name Date Size #Lines LOC

..--

android/12-May-2024-156113

ios/12-May-2024-779738

lib/12-May-2024-470405

test_driver/12-May-2024-389299

README.mdD12-May-2024427 159

pubspec.yamlD12-May-20246.1 KiB8171

README.md

1# Flutter UI integration tests
2
3This project contains a collection of non-plugin-dependent UI
4integration tests. The device code is in the `lib/` directory, the
5driver code is in the `test_driver/` directory. They work together.
6Normally they are run via the devicelab.
7
8## keyboard\_resize
9
10Verifies that showing and hiding the keyboard resizes the content.
11
12## routing
13
14Verifies that `flutter drive --route` works correctly.
15