Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 455 Bytes

protractor-demo for calculator

Setup

git clone git@github.com:startappdev/protractor-demo.git
cd protractor-demo
npm install

To run

Get ChromeDriver set up: Run ./node_modules/.bin/webdriver-manager update.

Start the test application server with npm start (runs node app/expressserver.js)

Open new commnad line window and run the tests with npm test (runs node_modules/.bin/protractor test/conf.js)