A shell script to install appium and other dependencies on mac OS.
Sep 6, 2018 · 1 min read
To all the newbies of Mobile App automation, you must have heard the name Appium. Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Link to the Appium Documentation is given below.
The below shell script is created to install appium and other dependencies in MAC OS.
Before executing the script make sure Xcode is installed from Apple app store, Android Studio and Java is installed .
All other dependencies including JAVA_HOME and ANDROID_HOME will be set by the script itself.
clone it from the below repo and start .
Happy Automation.