hermione-teamcity-reporter

1.0.0 • Public • Published

hermione-teamcity-reporter Build Status

Hermione reporter for TeamCity CI. Read more about Hermione plugins in the documentation.

Install

$ npm install hermione-teamcity-reporter

Usage

Add plugin to your configuration file:

module.exports = {
    plugins: {
        'teamcity-reporter': true
    }
};

Besides, you can switch on or switch off the plugin depending on the environment, for example, this way:

module.exports = {
    plugins: {
        'teamcity-reporter': {
            // plugin will be enabled only when hermione is run in TeamCity CI
            enabled: Boolean(process.env.TEAMCITY_VERSION)
        }
    }
};

Readme

Keywords

none

Package Sidebar

Install

npm i hermione-teamcity-reporter

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • sipayrt
  • j0tunn
  • egavr