flutter/dev/integration_tests/android_driver_test
2024-08-02 23:21:18 +00:00
..
android Fix local testing, gradle XML errors, and enable on CI. (#152383) 2024-08-01 09:10:45 -07:00
lib Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00
test_driver Use print logging on LUCI. (#152776) 2024-08-02 23:21:18 +00:00
.metadata Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00
pubspec.yaml Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00
README.md Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00

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.