This is a list of things you need to install to follow along during the workshop.
brew install node
on mac, check this link for other OS's https://nodejs.org/en/download/
npm install -g appium
npm install appium-doctor -g
Alternative: https://adoptopenjdk.net/releases.html
After installing android studio you need to open it and follow the instructions to install the android sdk.
If you need an emulator to run your tests, create one https://developer.android.com/studio/run/managing-avds#createavd
This is how my variables look on macOS
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home
export ANDROID_HOME=/Users/josepita/Library/Android/sdk
export PATH=$ANDROID_HOME:$JAVA_HOME:$JAVA_HOME/bin:/usr/local/bin:$PATH
For windows try this https://www.dev2qa.com/how-to-setup-appium-test-environment-for-windows/
- open App Store and search for
Xcode
, install it.
brew install carthage
brew tap wix/brew
brew install applesimutils
appium-doctor
Download the LTS version of jenkins for your platform https://jenkins.io/download/