Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...