Install Nightwatchjs on Window 10

Profile picture for user devraj

Node.js and NPM are prerequisite for installing Nightwatch.

Once Node.js and NPM are installed on your system, Nightwatch installation is just a command away.

Follow below steps to install:

Step 1: Install Node.js and NPM using this link

Step 2: Install Nightwatch: Add -g option to make nightwatch runner available globally in your system.

npm install -g nightwatch

Step 3: Setup Selenium Server: Selenium Server is a Java application which Nightwatch uses to connect to the various browsers.  go to SeleniumHQ Download and Download Selenium Server.