- Mobile Test Automation with Appium
- Nishant Verma
- 59字
- 2021-07-02 20:34:40
Installing Node JS
Before we install Appium on Windows, we need to install Node JS. Navigate to the web page (https://nodejs.org/en/download/) and download the windows installer (xxx.msi) based on your architecture (either 32-bit or 64-bit).
Once downloaded, install the same with the default options. The npm and nodejs paths should be in your PATH environment variable.