- NodeJS installed globally in the system. https://nodejs.org/en/download/
- Chrome browser installed.
- Extract the zip into a folder
- Go inside the folder and run following command from terminal/command prompt
npm run setup
- All the dependencies from package.json and ambient typings would be installed in node_modules folder.
- Run the test scripts over chrome
npm run local-test
- An HTML report result will be created under ./reports/html