Skip to content

Basics of using jasmine as a testing framework to test angular apps with karma/grunt

Notifications You must be signed in to change notification settings

pailas/AngularJS-Jasmine-Karma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Running the sample code The sample code doesn't have UI. It has a set of files with some AngularJS code and corresponding test files.

To run the sample, open a command prompt and execute the following commands:

  • yarn (to install all dependencies from package.json)
  • yarn add -g grunt-cli (to install grunt cli globally)
  • yarn add -g karma-cli (to install karma cli globally)
  • grunt test (to start karma and run tests)
  • grunt coverage (to run tests once and open coverage)

About

Basics of using jasmine as a testing framework to test angular apps with karma/grunt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published