- Mobile Test Automation with Appium
- Nishant Verma
- 53字
- 2021-07-02 20:34:41
Installing Appium server (via npm)
- Launch Command Prompt (Use Run as Administrator option) and type in this command:
npm install -g appium
- Once the preceding command is done, type in the next one:
npm install -g appium-doctor
- Once done, run the following command:
appium-doctor
This will show the given output:

推薦閱讀