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