Skip to content

Instantly share code, notes, and snippets.

@pavanbachu0604
Created October 10, 2016 12:09
Show Gist options
  • Save pavanbachu0604/db6f533eb5e14ca6524b0f9efc8a38a6 to your computer and use it in GitHub Desktop.
Save pavanbachu0604/db6f533eb5e14ca6524b0f9efc8a38a6 to your computer and use it in GitHub Desktop.
Appium Installation from Github
Running appium from source :
Clone the appium from the git : git clone https://github.com/appium/appium.git
Point to the cloned folder
$ npm install
In case of the shrink-wrap error :
$ npm shrinkwrap
In the cloned folder type $ node .
In the cloned folder , $ cd node_modules/appium-xcuitest-driver/WebDriverAgent
$brew install carthage
$npm i -g webpack
$./Scripts/bootstrap.sh -d
open the webdriver agent xcode project and select the provisioning profile for "WebDriverAgent Lib" and "WebDriverAgent Runner"
$ xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=<UDID>' test
At the end you must receive "Listening on USB";which means your Appium setup is ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment