Skip to content

lowlander1982/js-unit-testing-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Workshop: Front end unit testing

This is a project containing samples and a basic configuration for unit testing front end components. It explores basic unit testing, function spying, DOM fixture testing and AJAX mocking. It also demonstrates integration between Karma, Jasmine, Grunt and Istanbul

=====

Requirements

  1. Git
  2. Node and NPM
  3. Bower

Installation

  1. Clone the git repository - ssh://[email protected]:7999/ht/js-unit-testing-workshop.git
  2. install npm modules - npm install
  3. install bower modules - bower install

Running the Application

grunt karma:unit - runs unit tests in the specified browsers

grunt karma:coverage - generates the code coverage report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published