akshaykarle / protractor-demo

Demo test application and protractor tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protractor-demo

Demo test application and protractor tests.

Setup

git clone https://github.com/juliemr/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 node app/expressserver.js Or if you're feeling lazy, just npm start.

Run the tests with node_modules/.bin/protractor test/conf.js Or if you're feeling lazy, just npm test.

Watch them go!

About

Demo test application and protractor tests

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 10.1%