AppiumForWin installation

Try to install the Windows version of Appium
Step 1: Install node
After a successful installation using: node -v, verify
Step 2: Install Appium
The following method failed: reason download is unsuccessful, even if not successful FQ
npm is a node package management and distribution tools, has become the unofficial release of the node standard modules (package) is. With npm , you can find a particular service pack to be used quickly, download, install and manage installed packages.
 
By following npm mounting Appium  .
---------------------------------------------
C:\Users\fnngj> npm install -g appium      --
-----------------------------------------------------
Therefore, the direct use of the reference document provides:
Baidu network disk download link: http://pan.baidu.com/s/1jGvAISu
The third step: install framework 4.0, my computer has installed version 4.5 so ignored
Step four: Install Appium, click on the exe file, install it step by step

 

 

 

Step five: start, if prompted to upgrade, do not start upgrading, follow-up, there are many things to do. This less than 20 minutes
 

 

Step Six: It must be noted: the need for environment configuration after installation is complete, stuck in here for a long time
到http://appium.io/downloads.html地址,点击 Appium.exe for Windows超链接,下载对应的文件,或者直接在http://appium.io/首页,点击Download Appium,就可以下载到AppiumForWindows-1.3.4.1.zip,
解压该文件后,把D:\Appium\node_modules\.bin;加入到path的环境变量(本人解压在了d盘的Appium中)。运行cmd,输入appium-doctor,出现如下截图,说明appium安装成功,见截图:

 

再输入appium,出现如下截图,说明appium可以正常的启动,见截图:

 

 
第七步安装Android开发环境
1、安装JDK:JDK
2、安装SDK:ADT Plugin
3、进行JDK、SDK的环境变量配置
看来我不用写最新的Mac安装文档了,因为发现以下这篇肯定比我写得好,值得收藏
Appium 在 MAC 上搭建 appium1.6.3 过程

Guess you like

Origin www.cnblogs.com/TomBombadil/p/10971352.html