0.0.1 • Published 9 years ago

karma-atlassian-bamboo-reporter v0.0.1

Weekly downloads
1
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-atlassian-bamboo-reporter

Usage

...

reporters: ['progress', 'bamboo'],

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

...