karma-teamcity-reporter icon indicating copy to clipboard operation
karma-teamcity-reporter copied to clipboard

A Karma plugin. Report results for Teamcity CI.

Results 19 karma-teamcity-reporter issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi! First of all, Karma is awesome! You're doing great job! ;) But I have a specific problem. I use Jasmine JS test framework. For example, one of my tests:...

I have karma configured with webpack, sourcemap, coverage, and teamcity reporter. The teamcity reported does not report stack traces using sourcemap. When run with the `dots` reporter (`karma start --reporters...

It's CI online service on Windows OS. It's free for open source projects. You need to run tests on Windows, because you have OS-specific issues, e.g. #5, #32.

We are using karma-teamcity-reporter with karma-sourcemap-loader. When we use progress report we see the link to TypeScript original file on reports...but when we use the TeamCity report we don't see...

While running teamcity reporter I noticed that if I have two gulp build steps that do karma on two different projects. Only the last one appears in the teamcity build...

type: bug

I'm using jasmine where tests are named/identified based on the test description plus each containing describe block description. For example: ``` js describe('dockDirective', function(){ describe('click-handler', function(){ it('should set window active',...