This project follows BDD approach for a web page automation test.
Follow the instructions below to be able to run the tests:
- NodeJS installed globally in the system. https://nodejs.org/en/
- Chrome installed and UP-TO-DATE (or other browser's if wanted, just change the capabilities section in conf.js file)
Open a terminal inside the project root folder and run the following commands:
npm install -g protractor
webdriver-manager update
Open another terminal window and run the following command:
npm install
protractor conf.js
/*/reports/