karma-sonarqube-unit-reporter
karma-sonarqube-unit-reporter copied to clipboard
A Karma plugin. Unit tests execution report for SonarQube/Generic Coverage Plugin
I'm using Karma-parallel to execute the tests and it adds certain extra tests on some projects such as https://github.com/joeljeske/karma-parallel/blob/42341978220b55c533f2c52e41417819e81e25cd/lib/karma-parallelizer.js#L181 These would not be matched in the files and shouldn't cause...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 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,...
When a test fails if colors are active in the report (for example with karma-jasmine-diff-reporter) the following exception is thrown, interrupting the test execution: `08 05 2020 17:18:37.002:ERROR [karma-server]: Error:...
Colored fonts and backgrounds in logging reports are causing errors while creating the report XML. This fix adds a function that uses the same regex that XMLBuilder checks for unexpected...
Hello, I'm using your plugin in an hybrid angularJS/angular6 app, so I have both .spec.ts and .spec.js. Unfortunately, in file-util.js, there is: `} else if (filename.endsWith(filter)) { results.push(filename) }` It...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Add option to append a filenameFormatter. This could be extended in the future to accept a prepend option. I could not think of a use for prepend since it would...