Skip to content

Innovic-io/protractor-angular-hybrid-app

Repository files navigation

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