April 2018
Beginner
536 pages
13h 21m
English
Nightwatch.js is a library that helps us to implement end-to-end (e2e) tests. We also need a tool known as ChromeDriver. Nightwatch.js can run our test in multiple web browsers, but in our example, we are going use Google Chrome. The chromedriver library is an adapter that allows Nightwatch.js to communicate with Google Chrome during the test's execution. We can install Nightwatch.js and ChromeDriver using the following command:
npm install chromedriver nightwatch @types/nightwatch