Last active
May 7, 2020 15:51
-
-
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.
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
# 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