Skip to content

Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites. Check the readme for detailed Blog Articles.

Notifications You must be signed in to change notification settings

alapanme/NightwatchJS

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

Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites. Check the readme for detailed Blog Articles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published