Skip to content

Setup For Appium grid to run tests on multiple android devices.

License

Notifications You must be signed in to change notification settings

zpaya/Appium-Grid-For-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appium-Grid-For-Android

Allows you to run automation test on multiple android devices (Real/Emulator) simultaneously. Just plug your android devices to machine and run tests.

Requirements:

  • Java
  • Nodejs
  • Android SDK

Setup

  • Install java and set java path in system variable.
  • Set ADT bundle path in system variable.
  • Install Nodejs and set path in system variable.

Setting Appium server

  • Open command propmt/Terminal.
  • Hit command npm install -g appium (It will take 10-15 minutes to complete)
  • Verify appium server by command appium
  • If you got output as following then appium server started correctly
  • info: Welcome to Appium v1.3.5 (REV a124a15677e26b33db16e81c4b3b34d9c6b8cac9)
  • info: Appium REST http interface listener started on 0.0.0.0:4723
  • info: Console LogLevel: debug

Try example

  • Download the gmail_example.jar file
  • Connect one or more android devices.
  • Run jar java -jar gmail_example.jar

About

Setup For Appium grid to run tests on multiple android devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%