Skip to content

Quick and dirty solution to the problem of separate coverage html report for each browser

Notifications You must be signed in to change notification settings

princed/karma-coverage-html-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-coverage-html-index-reporter

Quick and dirty solution to the problem of separate coverage html report for each browser. It creates index.html and shows reports in iframe allowing to switch between then in one click.

Installation

Install the karma-coverage-html-index-reporter:

$ npm install karma-coverage-html-index-reporter --save-dev

Add coverage-html-index alongside the coverage to the reporters key in your Karma configuration:

module.exports = function (config) {
  config.set({
    // test results reporter to use
    // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'
    reporters: ['progress', 'coverage', 'coverage-html-index']

    // ...
  })
}  

Acknowledgements

Small portions of code are taken from karma-coverage.

Contribution guidelines

In lieu of a formal styleguide, take care to maintain the existing coding style.

About

Quick and dirty solution to the problem of separate coverage html report for each browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published