karma-runner / karma-teamcity-reporter

A Karma plugin. Report results for Teamcity CI.
MIT License
34 stars 47 forks source link

feat: Add config.teamcityReporter and prependSpecIdInSpecNameEnabled … #100

Open giuliannosbrugnera opened 2 years ago

giuliannosbrugnera commented 2 years ago

…configuration

If a teamcityReporter is defined in the base Karma config with a property prependSpecIdInSpecNameEnabled with its value as true (default behavior is false), then the reporter will prepend the spec id in each spec name. This way spec names are guaranteed to be unique. Addresses karma-runner/karma-teamcity-reporter#99