Skip to content

js-republic/nightwatch-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightwatch Boilerplate project

Getting Started

Install deps : npm install

To run Acceptance test, just run : npm test

Explanations

If you are looking for a more complex example, take a look to page-object-assertion-command branch. The project is organize as following :

  • nw/logs : Selenium log
  • nw/reports : xUnit reports
  • nw/tests : Test suites
  • nightwatch.json : Nightwatch configuration file
  • nightwatch.globals.js : Nightwatch globals file