Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 422 Bytes

e2e-testing

End-to-end testing template for angularjs applications, built with protractor.

Installing

follow the below commands or see protractor GET STARTED.

npm install -g protractor
webdriver-manager update
webdriver-manager start
npm install

run

you can use any command below.

  npm start 
  protractor conf.js