1.0.4 • Published 6 years ago

wct-mocha-teamcity-reporter v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

#wct-mocha-teamcity-reporter

###WCT plugin for reporting in TeamCity.

TeamCity Documentation

##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
  }
};