Software Requirements:
- MAC OS X 10.7 (minimum version required)
- Xcode (updated version)
- Node.js
- Appium.app
- Eclipse IDE
- ANT as build tool
Appium IOS setup:
- Install node.js (includes npm, the node.js package manager).
- sudo npm install -g appium
- sudo npm install wd
- sudo authorize_ios (authorise the use of iOS simulator)
- appium & (start appium server. default port 4723)
SET-UP INSTRUCTION
- Clone the repository.
- Create a empty folder 'lib' in the root directory
- Add Selenium Webdriver to the project.
- Download the Selenium WebDriver for Java from the location: http://seleniumhq.org/download/
- Add all the Selenium JAR files to the 'lib' folder
- Right click on the ‘ReferencedLibraries->BuildPath->ConfigureBuildPath‘ and then click on ‘Add External JARs‘ button.
- Add all the Selenium JAR files from the 'lib' folder