This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

I have many nodes of appium server in selenium grid. For now, I copy the .app/.apk file to each machine manually. It take time do that every new package.

Anyone have idea to do this task?

  • created

    Oct '15
  • last reply

    Oct '15
  • 1

    reply

  • 813

    views

  • 2

    users

12 days later

Upload the file to a server to any web server( If all the nodes are in same network use a local server )
Pass the "app" capability as below.

caps.setCapability("app","http url of the apk file");

It may take time in download depending on the file size and n/w speed.