Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.64 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.64 KB

Nightwatch Documentation

Documentation sources for nightwatchjs.org website.

Nightwatchjs is a UI automated testing framework powered by Node.js. It uses the Selenium WebDriver API.

Build Status NPM version Coverage Status



Current structure

Overview
  ├── What is Nightwatch?
  ├── Overview of Selenium
  ├── Theory of Operation
Getting started
  ├── Install Node.js
  ├── Install Nightwatch
  ├── Selenium Server
Configuration
  ├── Basic Settings
  ├── Selenium Settings
  ├── Test Settings  
Using Nightwatch
  ├── Writing Tests
  ├── Using Xpath
  ├── Using Page Objects
  ├── Test Hooks
  ├── Asynchronous Test Hooks
  ├── External Globals  
Running Tests
  ├── Nightwatch Runner
  ├── Command-line Options
  ├── Test Groups
  ├── Test Tags
  ├── Disabling Tests
  ├── Parallel Running
  ├── Using Grunt
Extending Nightwatch
  ├── Custom commands
  ├── Custom assertions
  └── Custom reporter