karma-travis-fold-reporter
v1.0.1
Published
Inserts travis fold messages when tests start and finish
Downloads
5
Maintainers
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