A simple starter kit for Nightwatch.js.
- Node.js
- NPM
- Browserstack credentials (optional)
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
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