Skip to content

zosiu/karma-notify-send-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-notify-send-reporter

Report test results using notify-send.

Installation

npm install karma-notify-send-reporter

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['progress', 'notify-send'],
  });
};

You can pass list of reporters as a CLI argument too:

karma start --reporters notify-send,dots

About

Report test results using notify-send.

Resources

License

Stars

Watchers

Forks

Packages

No packages published