iOS
Follow most of the steps from Setting up Android Page to setup
- Eclipse
- Java
Then setup Appium on Mac as below:
- Eclipse
- Java
Then setup Appium on Mac as below:
Setting up Appium for iOS:
- Install Homebrew for the url - https://treehouse.github.io/installation-guides/mac/homebrew.html
- Install node - http://blog.teamtreehouse.com/install-node-js-npm-mac
- In terminal : npm install -g appium
- Type in appium -v and should see the version install (latest), then it is sucessfull
- To start the appium now - appium -a 127.0.0.1
How to install iOS 11 Beta
Comments
Post a Comment