0.0.5 • Published 9 years ago

karma-bamboo-reporter2 v0.0.5

Weekly downloads
129
License
MIT
Repository
github
Last release
9 years ago

karma-bamboo-reporter

A quick an dirty karma reporter that integrates with bamboo via https://marketplace.atlassian.com/plugins/com.atlassian.bamboo.plugins.bamboo-nodejs-plugin

Install

npm install karma-bamboo-reporter

Usage

...

reporters: ['bamboo'],

bambooReporter:{
    filename: 'util.mocha.json' //optional, defaults to "mocha.json"
},

...