Let's build the app for the simulator first which will form the basis of the whole chapter going forward and the discussions. Follow these steps:
- Navigate to your local workspace or any folder of your choice
- Clone the repo using the following command:
git clone https://github.com/appium/ios-test-app
- It should show the following output once the command is successfully completed:
- Navigate to the directory and build the repo using the following command:
npm install
- Once the command is successfully executed, it will create a folder build as shown in the following screenshot, that contains the test app. Navigate to the ...