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

BBC-archive/nightwatch-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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