Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- VARCHAR (1)
- PersistenceContext
- pytest
- kotlin
- 깡돼후
- Value too long for column
- mp4fpsmod
- terminal
- 코루틴 빌더
- ErrorResponse
- gitflow-shFlags
- PytestPluginManager
- 달인막창
- preemption #
- table not found
- 개성국밥
- JanusGateway
- JanusWebRTCServer
- JanusWebRTC
- 겨울 부산
- 자원부족
- vfr video
- Spring Batch
- python
- RouteLocator
- JanusWebRTCGateway
- tolerated
- 코루틴 컨텍스트
- addhooks
- taint
Archives
너와 나의 스토리
Appium version 여러 개 사용하는 방법 본문
반응형
1. Prefix 설정해서 appium 설치
npm install --prefix /Users/hororolol/appium1.22.3 appium@1.22.3
npm install --prefix /Users/hororolol/appium2.0.0 appium@2.0.0
2. version 확인
/Users/hororolol/appium1.22.3/node_modules/appium/build/lib/main.js --version
3. 실행
$/Users/hororolol/appium1.22.3/node_modules/appium/build/lib/main.js
반응형
'개발' 카테고리의 다른 글
Janus WebRTC Tutorial 실행 방법 정리 - 화상 미팅 테스트 (0) | 2024.03.19 |
---|---|
Launchd를 이용해 시스템 부팅할 때마다 자동으로 서버 띄우기 예제 (1) | 2024.01.24 |
Appium 1.x에서 2.x로 변경하기 - 주요 새 기능, 변경 사항 정리 (0) | 2023.08.11 |
[리액티브 프로그래밍] - Part 1: 리액티브 프로그래밍이란? Reactive Programming (0) | 2023.06.25 |
[JPA] Hibernate Cache란? / Hibernate cache로 인한 문제 해결 방법 (0) | 2023.06.13 |
Comments