-
Hi,
I've noticed the node `` is created by this plugin whenever I'm running karma in debug mode and the mocha reporter is set to "spec".
This node is only used by the mocha HTML reporter so ...
…
-
```json
"karma": "^5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-spec-repo…
-
Hi Guys,
I've tries to use PhantomJS on Karma / AnagularJS and got the following error:
`
PhantomJS 2.1.1 (Windows 8 0.0.0) ERROR
TypeError: useValue,useFactory,data is not iterable!
at h…
-
when starting karma with callback:
``` javascript
var karma = require('karma');
var opts = {
configFile: __dirname + '/karma.conf.js',
singleRun: true
};
new karma.Server(opts, () => null).st…
-
# Issue
When I run PhantomJS with Karma as a grunt task, I run out of memory at about 350 tests into the 2,500. The problem doesn't happen with Chrome or Firefox.
# Karma.Conf
My Karma.conf.js has t…
-
## The devDependency [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) was updated from `2.0.5` to `2.0.6`.
🚨 [View failing branch](https://github.c…
-
From https://github.com/angular/angular-cli/issues/28271
When using Karma with Chrome 128.x on OSX, the following error is displayed: `Some of your tests did a full page reload!`.
Reproduction s…
-
## The devDependency [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) was updated from `1.5.1` to `1.5.2`.
🚨 [View failing branch](https://github.com/kompanycode…
-
Can't generate valid coverage reports from compiled tag files. For example: With karma lcov reporting, compiled tag file's coverage is not correctly reported.
# Reproduce:
**Example project:**
git c…
-
## The devDependency [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) was updated from `2.0.4` to `2.0.5`.
🚨 [View failing branch](https://github.c…