...
- Install Xcode(preferably from appstore)
- Install Homebrew
- Open cmd prompt & issue this command
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install Node.js
- Open a cmd prompt on your mac & give following command
- Brew install node
- Install appium
- npm install -g grunt cli
- npm install –g appium
- npm install wd
- appium &(this will start appium server)
- Download the project files from Bitbucket. ??please provide url to Bitbucket repository here??
- Open this file (AppiumIOSTest.java) in Eclipse(or whatever IDE tool you are using).
- Open the project in Xcode and run it on simulator
- Open another cmd prompt and cd to the folder where you have saved the AppiumIOSTest.java file
- mvn -Dtest=test.java.com.saucelabs.appium.AppiumIOSTest test
- Results will be printed on console
...