Skip to content

jovdb/karma-vserror-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-vserror-reporter

This karma reporter plugin will log errors in visual studio style. Double click the error in the error list to go to the right file and line. Inline sourcemaps are supported.

How does it look like?

###Output: screenshot

###Error List: screenshot

Installation

First install and configure karma, then install the karma-vserror-reporter

$ npm install karma-vserror-reporter --save-dev

Configuration

configure in karma.conf.js the new reporter:

module.exports = function(config) {
  config.set({
    ...
    reporters: ['vserror'],
    ...
    });
  };

About

This karma reporter plugin will log errors in visual studio style. Double click the error in the error list to go to the right file and line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published