flutter/dev/integration_tests/android_driver_test
Zachary Anderson c4e19962bb
Fix Linux_android_emu tests late initialization errors (#152932)
This does not fix the issue underlying
https://github.com/flutter/flutter/issues/152684, but may prevent `adb
logcat` from ending before we've captured the logs that explain why the
app or emulator are potentially crashing.

Fixes Fixes https://github.com/flutter/flutter/issues/152899
2024-08-06 14:48:50 -07:00
..
android Fix local testing, gradle XML errors, and enable on CI. (#152383) 2024-08-01 09:10:45 -07:00
lib
test_driver Fix Linux_android_emu tests late initialization errors (#152932) 2024-08-06 14:48:50 -07:00
.metadata
pubspec.yaml Manual dependency bump (#152881) 2024-08-06 02:40:27 +00:00
README.md

Flutter Driver Android Integration Tests

This directory contains a sample app and tests that demonstrate how to use the (experimental) native Flutter Driver API to drive Flutter apps that run on Android devices or emulators, interact with and capture screenshots of the app, and compare the screenshots against golden images.