Skip to content

nording/karma-web-notification-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#karma-web-notification-reporter

screenshot

Installation

npm install karma-web-notification-reporter --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    plugins: [
        require('karma-web-notification-reporter')
    ],
    reporters: ['progress', 'web-notification'],
    client: {
      clearContext: false // make sure this is set to "false", otherwise it won't work
    }
  });
};

For more information about Karma see the homepage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published