0.1.2 • Published 8 years ago

karma-bamboo-reporter v0.1.2

Weekly downloads
1,948
License
MIT
Repository
github
Last release
8 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"
},

plugins: ['karma-bamboo-reporter']

...