Created
March 30, 2017 21:10
-
-
Save QAutomatron/e0a52786f8e4b851b849ee80fd8f7e15 to your computer and use it in GitHub Desktop.
Update appium-xcuitest-driver on Mac
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
#!/bin/bash | |
cd /usr/local/lib/node_modules/appium/ | |
npm install appium-xcuitest-driver | |
cd /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent | |
mkdir -p Resources/WebDriverAgent.bundle | |
sh ./Scripts/bootstrap.sh -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment