/e2e-testing-nightwatch

Source code to my tutorials on E2E Testing with Nightwatch.js

Primary LanguageJavaScript

E2E Testing with Nightwatch

This repo contains the source code to the tutorial series on E2E Testing with Nightwatch.
You can read the post here:

What is Nightwatch?

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.

Author

John Kennedy @codejockie