Nightwatch.js is an automated testing framework for web applications and websites, written in Node.js and using the W3C WebDriver API (formerly Selenium WebDriver).

It is a complete browser (End-to-End) testing solution which aims to simplify the process of setting up Continuous Integration and writing automated tests. Nightwatch can also be used for writing Node.js unit tests.

$ npm install -g selenium-standalone
$ npm install --save-dev nightwatch
$ selenium-standalone install

1
2
3
4

# Resources

  • http://nightwatchjs.org/gettingstarted
Updated: 12/30/2018, 7:38:37 PM