Demo repository for the creation of page object pattern in protractor with async/await.
you should setup protractor environment
- Start server :
webdriver-manager start
- Clone the repository
- Change directory and run :
npm install
- Run the test scripts (please check
conf.js
from the repo and uncomment the test case name fromspecs[]
) :npm test
- Finally it will generate report inside
allure-report
folder.