Skip to content

reallymello/nightwatchExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples for YouTube NightwatchJS tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published