Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 724 Bytes

Install NodeJs (Test suite requires Node.js v8+ to run)

Install protractor globally

$ npm install -g protractor

Install dependencies

$ npm install

Run tests

$ npm run test

Install Allure Command Line Tool globally

$ npm install -g allure-commandline

Run allure to generate the report

$ allure generate allure-results --clean -o allure-report

Open index.html file in the created allure report folder

Success overview screen

Alt text

Succes suites screen

Alt text

Failed scenario with the screenshot

Alt text