Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.
npm install @hubject/nightwatchUI automated testing framework powered by Node.js. It uses the Selenium WebDriver API.
  
*
#### Homepage | Getting Started | Developer Guide | API Reference | Changelog
selenium-server-standalone-3.x.x.jar from the Selenium releases page:Install Node.js and then:
``sh`
$ git clone https://github.com/nightwatchjs/nightwatch.git
$ cd nightwatch
$ npm install
To run the unit tests using mocha, do:
`sh`
$ npm test
To run the unit tests using Nightwatch, do:
`sh`
$ npm run unit-tests
To check test coverage, run the command:
`sh``
$ npm run mocha-coverage
and then open the generate file _coverage.html_ in your browser.