wct-mocha-teamcity-reporter
v1.0.4
Published
###WCT plugin for reporting in TeamCity.
Downloads
1
Readme
#wct-mocha-teamcity-reporter
###WCT plugin for reporting in TeamCity.
##Installing
yarn add wct-mocha-teamcity-reporter
After installation, run wct with the plugin enabled: wct --plugin mocha-teamcity-reporter
or you can also enable it in your wct.conf.js
module.exports = {
plugins: {
local: {
browsers: ['chrome']
},
sauce: false,
'mocha-teamcity-reporter': true
}
};