Skip to content

Zordon Automation is Appium based to automated your android project.

Notifications You must be signed in to change notification settings

khalifrinaldi/Zordon-Automation-Skeleton

Repository files navigation

#Zordon Automation

#####READ THIS BEFORE RUNNING YOUR PROJECT

#####How to setup before running project:

  1. Install HomeBrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install JDK here
check JDK already installed :
$javac -version
  1. Install npm/node
install :
$brew install node
check node & npm installed on your machine :
$node -v
$npm -v
  1. Install Android-SDK
if you already install android-sdk , you can skip this step
install :
$brew cask install android-sdk
  1. Install Build-tools & Platform-tools
Check installed list
$sdkmanager --list

if Platform-tools already installed you can skip platform-tools installation
Install platform-tools
$sdkmanager "platform-tools;(version you want)"
Install build-tools:
$sdkmanager "build-tools;(version you want)"
Install Google Web Driver
$sdkmanager "extras;google;webdriver"
  1. Install Appium
install :
$npm install -g appium
check appium installed on your machine :
$appium -v
You can use Appium standalone version too
  1. Write on your .bash_profile
open your bash profile using nano or vim :
$nano .bash_profile
Copy to your bash profile :

export ANDROID_HOME=(your android-sdk path)
export PATH=$PATH$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
export JAVA_HOME=$(/usr/libexec/java_home)

####Now you're DONE and then proceed to Run Section

If you have any specific queries reach out to me at Github or E-Mail

About

Zordon Automation is Appium based to automated your android project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published