Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 809 Bytes

nightwatchExamples

Examples for the NightwatchJS tutorials on the reallyMello YouTube channel

For more Nightwatch.js training check https://www.davidmello.com/tags/nightwatchjs or /nightwatchTutorials

Installation and use

  1. Clone the repository

  2. 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
    
  3. Run nightwatch in the command line of the root folder to execute the tests.