Skip to content

Examples for protractor e2e test framework, describing some best practices

License

Notifications You must be signed in to change notification settings

lynchblue/protractor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-demo

Demo test application and protractor tests. Based and forked from https://github.com/juliemr/protractor-demo

Setup

git clone git@github.com:lynchblue/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

Examples for protractor e2e test framework, describing some best practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published