Setup Appium on MacOS
brew install node npm install -g appiumbrew install --cask adoptopenjdkAdd the following lines to your .bash_profile or .zshrc file: export JAVA_HOME=$(/usr/libexec/java_home) export ANDROID_HOME=/Users/<your-username>/Library/Android/sdk export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/platform-tools
npm install -g appium-doctor appium-doctor --android appium-doctor --iosappium
Last updated