-
Hello! I was trying to put together a PR for fix the fact that the adapter doesn't follow the mocha reporter spec, but I can't get the tests for the repo to run, which is annoying :(
Does anyone kn…
-
It looks like there's a problem retrieving all the dependencies when doing an npm install. There is an issue open https://github.com/karma-runner/karma/issues/873, but it's not clear if anyone on the…
-
I want to use karma-angular and added it to my `package.json` as `devDepnendecy` as specified in your instructions.
Further I modified my `karma.conf.js` file and added `angular` as framework:
```
…
-
All tests fail with the same error:
![screen shot 2014-03-16 at 7 02 10 pm](https://f.cloud.github.com/assets/468037/2432500/8953ce1e-ad67-11e3-9d85-4bb5fa9b46ba.png)
This is after a fresh clone of t…
-
When running karma locally phantomjs runs fine, but when it's running as part of a bamboo build I get the error
> Cannot find plugin "karma-PhantomJS-launcher". Did you forget to install it?
I'm usi…
-
I assumed that `logLevel = "OFF"` would not output `console.error()` messages to terminal.
```
Running "karma:daemon" (karma) task
Verifying property karma.daemon exists in config...OK
File: [no file…
-
Debugging typically requires the same dance, every time:
1. Kickoff a karma run (`karma start`). Chrome launches (with a fresh, new user profile), karma captures it, and runs the tests.
2. Click th…
-
When using this stack of dependencies:
```
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage"…
-
Having the ability to let Karma create dedicated Xvfb displays for launched browsers would be quite valuable.
See also:
- karma-runner/karma-chrome-launcher#20
- https://github.com/proxv/node-xvfb
- …
-
https://stackoverflow.com/questions/17736215/universal-path-to-chrome-exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe
I think the "Uninstall" key might be m…