Examples for the NightwatchJS tutorials on the reallyMello YouTube channel
For more Nightwatch.js training check https://www.davidmello.com/tags/nightwatchjs or /nightwatchTutorials
-
Clone the repository
-
Run npm install from the command line in the root folder. If prompted to install chromedriver and geckdriver separately run
npm install chromedriver npm install geckodriver npm install nightwatch -g
-
Run nightwatch in the command line of the root folder to execute the tests.