Skip to content

jithinkmatthew/protractor-async-await

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-async-await

Demo repository for the creation of page object pattern in protractor with async/await.

Prerequisite

you should setup protractor environment

To run it

  1. Start server : webdriver-manager start
  2. Clone the repository
  3. Change directory and run : npm install
  4. Run the test scripts (please check conf.js from the repo and uncomment the test case name from specs[]) : npm test
  5. Finally it will generate report inside allure-report folder.