This package has been deprecated

Author message:

No longer maintained

karma-shell-reporter

0.1.1 • Public • Published

💥 Careful: This package is no longer maintained and is only here for historic reasons. This means you should very likely not use it. You have been warned. 💥


karma-shell-reporter

Test reporter that runs a shell command after test completion (for Karma).

Usage

npm install karma-shell-reporter --save-dev

Add the following to your karma.conf.js:

plugins: ['karma-shell-reporter'],
reporters: ['shell'],
shellReporter: {
  command: 'notify "My tests failed :("',
  onlyOnWatch: true, // Only run the command when karma is in "watch" mode
  onlyOnFail: true // Only run the command if at least one test failed
}

Readme

Keywords

Package Sidebar

Install

npm i karma-shell-reporter

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

3.17 kB

Total Files

4

Last publish

Collaborators

  • queicherius