karma-teamcity-reporter
karma-teamcity-reporter copied to clipboard
feat: Add config.teamcityReporter and prependSpecIdInSpecNameEnabled …
…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