Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

karma-teamcity-reporter

karma-runner113.2kMIT1.1.0

A Karma plugin. Report results for Teamcity CI.

karma-plugin, karma-reporter, teamcity

readme

karma-teamcity-reporter

js-standard-style npm version npm downloads

Build Status Dependency Status devDependency Status

Karma reporter for Teamcity CI.

TeamCity Setup

Ensure that your TeamCity project is configured to use UTF-8 stream encoding. See this issue for more details.

For more information on Karma see the homepage.

changelog

1.1.0 (2018-01-04)

Bug Fixes

  • Remove fs.writeSync as default adapter and add TeamCity setup documentation (#83) (6390b53)

1.0.1 (2017-09-05)

Features

  • add flowId to avoid unstable teamcity output (eef641b)

1.0.0 (2016-05-03)

Bug Fixes

  • eslint: fix eslint error(a4e73ad)

0.2.2 (2016-03-16)

Bug Fixes

  • Avoid large strings in memory (5c8b8ad), closes #33

<a name"0.2.1">

0.2.1 (2015-08-27)

Features

  • flush logs for each browser on suite completion (21fe0b9c, closes #26)

<a name"0.2.0">

0.2.0 (2015-06-22)

Bug Fixes

  • Replaced the default adapter with fs.writeSync. This ensures thad all tests are reported before the process ends. (d8d9e706, closes #5)

<a name"0.0.1">

0.0.1 (2013-02-28)

  • Initial commit