728x90
Appium 설치
1) hoewbrew 설치
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2) node.js 설치
node --version / npm --version > 둘다 미설치 확인 후
brew install node
zsh: command not found: brew 오류 발생 시vi ~/.zshrcexport PATH=/opt/homebrew/bin:$PATH작성 후 ESC > :wq! 입력source ~/.zshrc
설치 완료 후 node --version / npm --version 으로 설치 확인
3) appium 설치
npm install -g appium
appium -v 으로 설치 확인
https://appium.io/ 에서 GUI 버전도 다운로드
4) Appium-doctor 설치
npm install appium-doctor -g
'코딩 > Mobile 자동화 (old)' 카테고리의 다른 글
2022 자동화 세팅을 차근차근 해보자 3) Appium Inspector 설치 & And 연동 (0) | 2022.03.13 |
---|---|
2022 자동화 세팅을 차근차근 해보자 2) Mac OS에 실제 Android 기기 연결 (0) | 2022.03.13 |
댓글