How to: End to End Testing Using Protractor - GITANG1/SE-Yelp GitHub Wiki
Documentation from : http://www.protractortest.org/#/
Steps:
- Install it globally -
npm install -g protractor
- The
webdriver-manageris a helper tool to easily get an instance of a Selenium Server running. Use it to download the necessary binaries with
webdriver-manager update
- To run server:
webdriver-manager start
- To run a test:
node e2e
Authors:
- Srishti Hunjan ([email protected])