1.0.1 • Published 8 years ago

karma-travis-fold-reporter v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

karma-travis-fold-reporter

Inserts travis fold messages when tests start and finish

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install karma-travis-fold-reporter --save-dev

Configuration

// karma.conf.js

module.exports = function(config) {
  config.set({
    // reporters configuration
    reporters: [
      // ...
      'travis-fold'
    ],

    travisFoldReporter: {
      foldName: 'my-fold-name-here',
    }
  });
};

Dependencies

  • travis-fold: Tiny Module for emitting folding syntax for Travis CI output

Dev Dependencies

None

License

MIT

Generated by package-json-to-readme