karma-travis-fold-reporter

1.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i karma-travis-fold-reporter

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • toxicfork