Autotests iOS applications (Appium / iOS / Java)
The steps below guarantee the successful launch of autotests for your phone and application.
But I do not exclude that some steps may be superfluous, maybe I myself installed something in surplus :)
$ brew install node
$ npm install -g appium@1.7.2
$ npm install npm@latest -g
$ brew install ideviceinstaller
$ brew install carthage
$ npm install -g ios-deploy
$ appium-doctor
All components must be successfully installed and marked with a green mark, except for Android components.
Resource | Website |
---|---|
WebDriverAgent - official repository | plugins/googledrive/README.md |
WebDriverAgent - article instruction | Getting Started with Automated iOS Testing |
Good video tutorial | How to inspect iOS element using Xcode |