- Must be written in Nodejs (you should also install npm)
- Java Development Kit (JDK) installed, minimum required version is 7
- Download zip file into your working folder
- Install
npm install
- Run Test Demo
npm test
If the test was successful, you are correctly configured to start the test
Establish a few scenarios to validate the following web page: http://todomvc.com/examples/react/#/ and build up a complete browser (End-to-End) test suite.
You can refer to testDemo.js to help you start building your own browser test file.
- Nightwatch website: http://nightwatchjs.org/