AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Apache License 2.0
295 stars 90 forks source link

Server Arguments --plugin-new-command-timeout-sec giving [ERROR] Unrecognized arguments #984

Closed shubham-mendhare closed 5 months ago

shubham-mendhare commented 5 months ago

After executing

appium server -ka 800 --use-plugins=device-farm,appium-dashboard -pa /wd/hub --plugin-device-farm-platform=android --plugin-new-command-timeout-sec=1

then getting below error

[ERROR] Unrecognized arguments: --plugin-new-command-timeout-sec=1

image

saikrishna321 commented 5 months ago

@shubham-mendhare It should be --plugin-device-farm-new-command-timeout-sec

shubham-mendhare commented 5 months ago

Thanks @saikrishna321 now its working. one quick note, need to update server Arguments on reference link

https://appium-device-farm-eight.vercel.app/server-args/