Tuesday, 2 October 2018

Install Appium on Mac

To install Appium first we need to install the latest version of Java , Homebrew, Node in Mac.

JAVA Installation

  • Download the latest version of java 8 .dmg from Oracle Java 8
  • Double click the DMG file and Double click the JDK 8 install icon.

Open Terminal and run:
Install Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Carthage


 brew install carthage

Install Node
brew install node

Install Appium
npm install -g appium

To execute Test in Android Emulator, Please refer my other posts:

For IOS - Install Xcode
  • Goto the Mac Appstore and search for Xcode and click the Get button.
  • After installation, install the Commandline Tools.
  • Open a terminal and run
xcode-select --install