You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the parameters I have to give the AVD / the Emulator in order for screenshots to find the emulator and attach a skin?
I can do this no problem with Android Studio, but now I want to migrate to gitlab-runner. I managed to install an AVD and start an emulator, but screenshots cannot match it. This is what I have:
# A list of screen capture tests
tests:
# Note: flutter driver expects a pair of files eg, main1.dart and main1_test.dart
- test_driver/main1.dart
# Interim location of screenshots from tests
staging: /tmp/screenshots
# A list of locales supported by the app
locales:
- en-US
# A map of devices to emulate
devices:
android:
Nexus 5X:
frame: true
the problem is with the avd name Nexus_5X seems to work fine
i tried also Nexus_9 and also working
so i think the screenshots lib expects the avd name to be the device name separated by an underscore
First of all, thank you for this great project :)
What are the parameters I have to give the AVD / the Emulator in order for screenshots to find the emulator and attach a skin?
I can do this no problem with Android Studio, but now I want to migrate to gitlab-runner. I managed to install an AVD and start an emulator, but screenshots cannot match it. This is what I have:
AVD and emulator
Case 1:
screenshots.yaml
Ouput of screenshots
Case 2:
screenshots.yaml
Ouput of screenshots
The text was updated successfully, but these errors were encountered: