We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Android emulators are not booting and therefor not showing up if platform: both is set, see my config examples:
platform: both
working:
{ "server": { "base-path": "/wd/hub", "use-plugins": [ "device-farm" ], "plugin": { "device-farm": { "platform": "android", "iosDeviceType": "real", "androidDeviceType": "simulated", "emulators": [ { "avdName": "Pixel_9_API_35", "launchTimeout": 120000 } ], "bootedSimulators": true } } } }
not working:
{ "server": { "base-path": "/wd/hub", "use-plugins": [ "device-farm" ], "plugin": { "device-farm": { "platform": "both", "iosDeviceType": "real", "androidDeviceType": "simulated", "emulators": [ { "avdName": "Pixel_9_API_35", "launchTimeout": 120000 } ], "bootedSimulators": true } } } }
Logs: https://gist.github.com/mrvnklm/649884ffe9fea59ebcafa8962dcce49c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Android emulators are not booting and therefor not showing up if
platform: both
is set, see my config examples:working:
not working:
Logs: https://gist.github.com/mrvnklm/649884ffe9fea59ebcafa8962dcce49c
The text was updated successfully, but these errors were encountered: