Skip to content

Fork Nightwatch.js integrated, End-to-End testing solution for web applications and websites.

Notifications You must be signed in to change notification settings

princessleia1/NuitwatchJS

 
 

Repository files navigation

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

About

Fork Nightwatch.js integrated, End-to-End testing solution for web applications and websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • Handlebars 21.4%