sample nightwatch.js project
Dependencies: Nodejs and NPM must be installed on your system Project includes selenium-server-standalone-2.53.0.jar
- Clone the repo:
git clone https://github.com/kunle-e/nightwatchjs-sample.git - In the project root install nightwatch.js:
npm install nightwatch
Run tests:
nightwatch --test tests/github.js
Extra
Sometimes selenium server may need to be shutdown manually.
Shutdown selenium server:
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer