Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 471 Bytes

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