[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
'도구 > Appium+Cucumber' 카테고리의 다른 글
[Cucumber] BDD, 테스트 시나리오 문법(gherkin) (0) | 2021.05.04 |
---|---|
[Cucmber] You can implement missing steps with the snippets below, There were undefined steps. You can implement missing steps with the snippets below (0) | 2021.04.28 |
appium maven setting (0) | 2021.04.19 |
appium gradle setting (0) | 2021.04.19 |
[cucumber] gradle 설치 (0) | 2021.04.14 |