This is a template repository to create test-ware for evaluating the Nightwatch (JS) test automation tools.
- Node.js LTS
- WebDriver binaries or/and Selenium Server
- Nightwatch.js
- https://nightwatchjs.org
- Nightwatch.js is an automated end-to-end testing framework for web applications and websites. It is written in Node.js and uses the W3C WebDriver API (formerly Selenium WebDriver) for interacting with various browsers.
The implemented test cases can be found in TESTCASES.md. The TC-3 test case is not implemented because Nightwatch does not contain a built-in method for checking if an element is in the viewport.
npm install
npm test