Skip to content

startappdev/protractor-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-demo

Demo test application and protractor tests. Modified for testing e2e test writer candidates

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)

About

Demo test application and protractor tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.2%
  • HTML 31.8%