1.0.6 • Published 9 years ago

karma-easter-eggs v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

karma-easter-eggs

About

This is a skeleton of a karma reporter intended to deliver an easter egg when all tests pass. Currently it's hooked up to a bash file that opens Reddit in a new Chrome tab, but you can put whatever you want in place of that. The structure for this reporter was unashamedly copied from the karma-unicorn-reporter.

Usage

npm install karma-easter-eggs --save-dev

Configuration

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

DIY

Fork and clone this repo on Github

Edit fileToRun.sh with whatever bash commands you so desire, or just replace the executable file listed on ln 16 of eggs.js with whatever you like.

Happy easter egging!

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago