iOS

Follow most of the steps from Setting up Android Page to setup
 - Eclipse
 - Java

Then setup Appium on Mac as below:

Setting up Appium for iOS:
  1. Install Homebrew for the url - https://treehouse.github.io/installation-guides/mac/homebrew.html
  2. Install node - http://blog.teamtreehouse.com/install-node-js-npm-mac
  3. In terminal : npm install -g appium
  4. Type in appium -v and should see the version install (latest), then it is sucessfull
  5. To start the appium now - appium -a 127.0.0.1


How to install iOS 11 Beta

Comments

Popular Posts