본문 바로가기
[IT]

Windows에 Appium Server Commandline 설치

by DDBobD 2023. 1. 30.
728x90
반응형

선행단계

 

Windows jdk 설치

다운로드 1. 사이트 진입 Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 2. Windows -> 64비트 exe파일 다운로드 3. 동의

ddbobd.tistory.com

 

 

Windows android sdk 설치

선행절차 jdk 설치 필요 Windows jdk 설치 다운로드 1. 사이트 진입 Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 2. Windo

ddbobd.tistory.com

 

 

Windows에 Node.js 설치

다운로드 1. 아래 링크 클릭 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. Windows Installer 선택 *LTS는 최신버전이 아닌 안정된 버전임. 설치 1. 다운로드 파일

ddbobd.tistory.com

 

설치

1. 터미널 열기

 

2. 명렁어 입력

# 최신버전 설치
npm install -g appium

# 최신버전 설치를 위해 npm 업데이트가 필요할 수 있음
npm install -g npm@1.1.1

# 특정 버전 설치
npm install appium@1.1.1

확인

1. 터미널 열기

 

2. appium 명령어 입력하여 appium server 구동 확인


 

728x90
반응형

'[IT]' 카테고리의 다른 글

git 특정버전 clone하기  (0) 2023.02.03
Windows에 SVN설치 및 Checkout  (0) 2023.02.01
Windows에 Node.js 설치  (0) 2023.01.30
Windows에 android sdk 설치  (0) 2023.01.18
Windows에 Appium Server GUI, Inspector설치  (0) 2023.01.18