- Project using protractor + page objects to Turn dashboard application
- Install Node (v4.x.x or later)
git clone https://github.com/rafaelcs/turn-web-portal.git
sudo npm install
to install the project dependenciesnode_modules/.bin/webdriver-manager update
to update drivers
- run
node_modules/.bin/protractor conf.js
- The test evidences are generated in a folder called Report_HTML, with screenshots and step by step
- run
grunt apiTests