Skip to content

srve4/angular-phonecat-e2e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-phonecat-e2e

e2e tests using protractor for the angular phonecat demo application

#To run the app Run the following commands from the root folder npm install
npm start
This starts the application on http://localhost:8000

#To run the tests cd tests
npm install
gulp e2eSetup
gulp e2e

##To specify a different browser browser=chrome gulp e2e

About

e2e tests using protractor for the angular phonecat demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • HTML 20.5%
  • CSS 9.0%