Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 674 Bytes

Nightwatch Starter kit

A simple starter kit for Nightwatch.js.

Requirements

  • Node.js
  • NPM
  • Browserstack credentials (optional)

Installation

Ensure that you are in an empty directory where you wish to install nightwatch to, before using the following command in your terminal:

curl -O https://raw.githubusercontent.com/bbc/nightwatch-starter/master/install.sh ; sudo chmod +x install.sh ; ./install.sh

To write tests

At present there is an example test file here

For information on the keywords and using page objects you can find the documentation on the Nightwatch Website