Skip to content

v-vostretsov/protractor_jasmine_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published