Is argument --plugin-device-farm-emulators needed only for boot emulators at farm startup? #1754
Replies: 1 comment
-
You need to provide the avd that you need to boot in the server args Refer { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have appium device farm and want to boot android emulator when it's needed for test and shutdown it after. The rest of time i want to see it in the device list as Offline. When I use appium server without farm android emulator can be automatically booted at the start of test with specifying "avdName". But do I need to handle it separately when I use farm? I thought that --plugin-device-farm-emulators can show all specified emulators in device list constantly and automatically boot them when needed.
Beta Was this translation helpful? Give feedback.
All reactions