Skip to content

Instantly share code, notes, and snippets.

@QAutomatron
Created March 30, 2017 21:10
Show Gist options
  • Save QAutomatron/e0a52786f8e4b851b849ee80fd8f7e15 to your computer and use it in GitHub Desktop.
Save QAutomatron/e0a52786f8e4b851b849ee80fd8f7e15 to your computer and use it in GitHub Desktop.
Update appium-xcuitest-driver on Mac
#!/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