karma-vserror-reporter

0.0.5 • Public • Published

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'],
    ...
    });
  };

Package Sidebar

Install

npm i karma-vserror-reporter

Weekly Downloads

5

Version

0.0.5

License

MIT

Last publish

Collaborators

  • jovdb