Skip to content

joeyciechanowicz/karma-dedup-junit-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')
]

About

Wrapper around the karma junit reporter that adds a number to each spec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published