-
```
# Run `npm install karma@2.0.2` to resolve 13 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────…
-
https://github.com/karma-runner/karma-firefox-launcher/blob/master/index.js#L2
It seems it's not in use anymore.
-
It seems like something has changed in Firefox 61 which has resulted in `karma-firefox-launcher` to be unable to properly start firefox. The following configuration works fine for firefox 60.
```
…
-
Cannot start internet explorer 11 on 64x Windows 10. It does launch 3 browser windows but does nothing else with them.
Trace:
> 31 03 2016 02:37:56.064:WARN [karma]: No captured browser, open http:/…
-
When Karma runs with a launcher provided by `karma-browserstack-launcher`, 2 files appear in CWD:
- `local.log`
- `browserstack.err` It always contains only `[object Object]` and therefore useless…
-
By supplying the `includeAllSources: true` flag in `coverageReporter` of `karma.conf.js`, the generated output doesn't include the untested files with the following setup. This maybe related to #192 ,…
-
When i run
karma start karma.conf.js
I am getting the below error:
c:\NIWorkSpace\network-insights-web-portal>karma start karma.conf.js
24 05 2016 12:24:51.473:INFO [karma]: Karma v0.13.22 server s…
-
Hi all,
I created a new project with this generator v0.12.1, not touched any file, executed the following commands:
npm install -> ok
bower install -> ok
gulp build -> ok
gulp serve -> ok
gulp test -…
-
Please bump the phantomjs-prebuilt dependency to at least 2.1.8 to fix a crash when the `TMPDIR` environment variable is not set. Upstream fix: https://github.com/Medium/phantomjs/commit/5e6598f
Wo…
-
### 安装
1. 安装 [karma](https://www.npmjs.com/package/karma)
2. 安装 [karma cli](https://www.npmjs.com/package/karma-cli),用于在终端使用karma
`npm install karma-cli -g`
3. 安装 [chai](http://chaijs.com/) (或其它断言库…