flutter/dev/integration_tests/android_driver_test
flutter-pub-roller-bot 1a5cbbfbe8
Roll pub packages (#154126)
This PR was generated by `flutter update-packages --force-upgrade`.
2024-08-26 19:36:13 +00:00
..
android Add a test of an Android platform view that draws a gradient (#153878) 2024-08-23 18:25:40 +00:00
lib Add a test of an Android platform view that draws a gradient (#153878) 2024-08-23 18:25:40 +00:00
test_driver Add a test of an Android platform view that draws a gradient (#153878) 2024-08-23 18:25:40 +00:00
.metadata Add and use an integration test with native(ADB) screenshots (#152326) 2024-07-26 16:09:29 +00:00
pubspec.yaml Roll pub packages (#154126) 2024-08-26 19:36:13 +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.