码迷,mamicode.com
首页 > 移动开发 > 详细

ZT: How to install appium with node.js

时间:2020-01-18 16:56:50      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:dep   art   lis   inner   amp   git   ref   check   nload   

Copy from Youtuber: Automation Step by Step

https://www.youtube.com/watch?v=x-hBpgM5je8&list=PLhW3qG5bs-L8npSSZD6aWdYFQ96OEduhk&index=3

 

How to install appium with node.js
2. How to install appium with with Appium Desktop Client
3. How to check installation & dependencies (appium-doctor)
4. How to uninstall appium
Installing appium with Node.js
Step 1 : Check if node.js is installed on your system node --version npm --version
Step 2 : Download node.js installer https://nodejs.org/en/download/
Step 3 : Run the installer & install node.js & npm
Step 4 : Check if node.js & npm are installed
node --version npm --version
where node
where npm
Step 5 : Install appium with node.js
npm install -g appium
Step 6 : Check if appium is installed
appium -v
where appium
Step 7 : Start appium
appium
Installing appium with APPIUM DESKTOP CLIENT
Step 1 : Download appium desktop client
http://appium.io/
https://github.com/appium/appium-desk...
Step 2 : Install appium desktop client
Step 3 : Start appium through appium desktop client
To check appium installation & dependencies
Install appium-doctor
https://github.com/appium/appium-doctor
npm install appium-doctor -g
appium-doctor -h
appium-doctor --android
How to Uninstall appium
#AppiumStepByStep
#AppiumBeginnerTutorials

ZT: How to install appium with node.js

标签:dep   art   lis   inner   amp   git   ref   check   nload   

原文地址:https://www.cnblogs.com/littledot/p/12209099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!