Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 325 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 325 Bytes

Protractor with Hybrid Angular App

Prerequisites:

  • Node

Installation

# install dependencies
npm install

# update webdriver
npm run update:selenium

Start Selenium server

# before running tests, start selenium server
npm run start:selenium

Run tests

npm run test