karma-say-reporter

0.1.0 • Public • Published

karma-say-reporter

A Karma reporter plugin. Reports overall results by OSX "say" command.

Installation

npm install --save-dev karma-say-reporter

Config

Add in karma.conf.js.

All options is optional.

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['progress', 'say'],
 
    sayReporter: {
      success: "test all successs",
      fail: "test failed",
      voice: "Agnes"
    }
  });
};

success

Message when it success.

default: success

fail

Message when it failed.

default: failed

voice

Passed to "say" command as "-v" option

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i karma-say-reporter

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • koba04