Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

karma-travis-fold-reporter

toxicfork3MIT1.0.1

Inserts travis fold messages when tests start and finish

karma-reporter, karma-plugin

readme

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