Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 710 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 710 Bytes

protractor-bc-pairing-session

Purpose of the project:

  • Pairing session project with BC evaluator
  • To use page objects model design pattern

Prerequisites:

To use this project you will need:

Setup:

  • git clone https://github.com/claudiaerp/protractor-bc-pairing-session.git
  • npm install to install the project dependencies

Running scripts:

  • npm start to run allt the test suites
  • protractor protractor-conf.js --suite suite name to run a specific suite, example: protractor protractor-conf.js --suite AngularHome