Appium build automated test environment

First, install the Java JDK

JDK Download: https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html

 

 Add the system environment variables after installation

 

 Second, install Node.js

Node.js Download: https://nodejs.org/en/download/current/

cmd enter the first command terminal node -v, the output of the following information

 

 Third, the installation Appium server

https://github.com/appium/appium-desktop/releases  (this is the address of the official website, download the latest figure below can be installed)

 

Open appium

 

 Fourth, install Android SDK

Download:  https://www.androiddevtools.cn/

 

 A second election, a zip version is free to install unzip

I chose the default sdk build-tools, Android SDK Platform-tools installation

 

 Configuration environment variable

1.

 

Guess you like

Origin www.cnblogs.com/angelyan/p/12006887.html