Skip to content

Instantly share code, notes, and snippets.

@leompeters
Last active May 7, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leompeters/e05cd73608880a89b7e9634ec3ecea7f to your computer and use it in GitHub Desktop.
Save leompeters/e05cd73608880a89b7e9634ec3ecea7f to your computer and use it in GitHub Desktop.
When install Appium, probably you will need to make it running fine with this configurations.
# When install Appium, probably you will need to make it running fine with this configurations.
# http://stackoverflow.com/a/40168992/2334082
$ <atom|subl|mine> /Applications/Appium.app//Contents/Resources/node_modules/appium/node_modules/appium-support/build/lib/system.js
$ <atom|subl|mine> /Applications/Appium.app//Contents/Resources/node_modules/appium/node_modules/appium-support/lib/system.js
$ <atom|subl|mine> /Applications/Appium.app//Contents/Resources/node_modules/appium-support/build/lib/system.js
$ <atom|subl|mine> /Applications/Appium.app//Contents/Resources/node_modules/appium-support/lib/system.js
# http://stackoverflow.com/a/19986294/2334082
$ export ANDROID_HOME=/Users/leomperes/Library/Android/sdk
$ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
# http://stackoverflow.com/a/22842806/2334082
$ echo export "JAVA_HOME=\$(/usr/libexec/java_home)" >> ~/.bash_profile
# https://github.com/appium/appium-xcuitest-driver#external-dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment