Skip to content

ManishPatil159/AngularTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularTesting

This is simple project with unit and e2e testing.

##One time Setup:

  • Clone the repository then cd into main folder(i.e 'AngularTesting')
  • npm install
  • bower install
  • npm install -g gulp bower
  • npm install -g protractor
  • webdriver-manager update

##Available Commands:

  • Serve Angular app

    • "gulp connect"
  • Unit test

    • "karma start"
  • e2e test

    • "webdriver-manager start"
    • "protractor conf.js" - new command line

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published