[1] Appium 설치

2021. 4. 13. 09:50도구/Appium+Cucumber

# node.js 설치
$ brew install node

# appium 설치
$ npm install -g appium

# appium-doctor 설치
$ npm install -g appium-doctor