Skip to content

Latest commit

 

History

History
executable file
·
35 lines (31 loc) · 2.28 KB

README.md

File metadata and controls

executable file
·
35 lines (31 loc) · 2.28 KB

NightwatchJS

Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites, written in Node.js. It uses the W3C WebDriver API to drive browsers in order to perform commands and assertions on DOM elements.

Benefits

  • Clean Syntax
  • Built in Test Runner
  • Supports Continuous Integration
  • Very Quick Setup
  • Built-in Test Case Reporting
  • Run Unit Tests, API tests and Mobile
  • Inbuilt Page Object Model
  • Run all or specific tests using Tags.

How to Start

  1. Clone the project
  2. npm i - Install all the dependencies
  3. Run npm test tests/test-name.js OR npx nightwatch tests/test-name.js to execute the tests

Articles on Nightwatch JS