1.0.1 • Published 8 years ago

karma-dedup-junit-reporter v1.0.1

Weekly downloads
38
License
MIT
Repository
github
Last release
8 years ago

Karma No Duplicates JUnit Reporter

This is a really simple package that wraps up the karma-junit-reporter and adds a number to the end of duplicate spec names.

The reason this exists is some CI platforms (i.e. Bamboo) report the number of tests incorrectly if there are duplicate tests.

Usage

Use it exactly the same as karma-junit-reporter:

reporters: ['counting-junit'],
plugins: [
  require('karma-dedup-junit-reporter')
]