#Zordon Automation
#####READ THIS BEFORE RUNNING YOUR PROJECT
#####How to setup before running project:
- Install HomeBrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"- Install JDK here
check JDK already installed :
$javac -version- Install npm/node
install :
$brew install nodecheck node & npm installed on your machine :
$node -v
$npm -v- Install Android-SDK
if you already install android-sdk , you can skip this stepinstall :
$brew cask install android-sdk- Install Build-tools & Platform-tools
Check installed list
$sdkmanager --list
if Platform-tools already installed you can skip platform-tools installationInstall 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"- Install Appium
install :
$npm install -g appiumcheck appium installed on your machine :
$appium -vYou can use Appium standalone version too- Write on your .bash_profile
open your bash profile using nano or vim :
$nano .bash_profileCopy 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