Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 682 Bytes

Proctractor CI

Protractor

Automation Framework for Protractor

Setup:

  • run npm i to install the required pakages.
  • Run npm run setup to generate the required files and also to start up the selenium server.
  • Edit package.json file to specify the spec file that needs to be run.
  • To Execute use npm run execute to execute the spec file.

Features

  • Used beautiful reporter to generate reports.
  • Simple POM structure for basic understanding.
  • Test data parametarization.
  • Works with chrome and firefox browsers.