Created
October 15, 2018 06:33
-
-
Save yunustek/fe9a4ede6f6b0873b87fd96fffb1e724 to your computer and use it in GitHub Desktop.
Install Appium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Appium | |
1. brew install node | |
2. npm install | |
3. npm install -g appium | |
4. npm install -g appium-doctor | |
5. npm install wd | |
6. brew install libimobiledevice --HEAD | |
7. brew install ideviceinstaller | |
8. npm install -g ios-deploy | |
9. sudo gem install xcpretty | |
Install Carthage | |
1. brew install carthage | |
2. npm i -g webpack | |
3. ./Scripts/bootstrap.sh -d | |
Create WebDriverAgent | |
mkdir -p /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Resources/WebDriverAgent.bundle | |
Open and Build WebDriverAgent : | |
/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment