-
Add details to the Readme on how to contribute to the project including:
- Installing and running `jake` for building the project
```
npm install jake
npm install jshint
npm install uglify-js
jake bu…
-
I am trying to setup a Teamcity config in order to run my unit tests. My components to do so are the following:
- Teamcity 10.0.4
- Teamcity Node Plugin ([https://github.com/jonnyzzz/TeamCity.Node](…
-
My config works fine in Chrome, but in PhantomJS, as soon as I try to import an ES6 class in my spec files, karma spits out a not-so-helpful `Attempting to configurable [sic] attribute of unconfigurab…
-
Hello,
I am having a typescript - angular - systemjs project and I am using it with karma-systemjs.
I have managed for it to work in loading the files needed properly when running karma tests, but I j…
-
Enabling debugging shows the following:
```
iosctrl:simulator new +0ms
INFO [launcher]: Starting browser iOS
iosctrl:simulator open: http://localhost:9876/?id=43904557 +1ms
iosctrl:session star…
lazd updated
10 years ago
-
I'm trying to make my Karma/Angular tests work on Travis as described [here](http://karma-runner.github.io/0.8/plus/Travis-CI.html), but it keeps saying that 0 tests were executed:
```
Running "karma…
-
### Description
Hey there!
It'd be awesome if `karma-browserstack-launcher` supported a simplified
configuration similar to what `karma-sauce-launcher` offers.
I'd suspect the underlying im…
-
I'm facing a strange problem:
On windows machine I'm able to get lcov report generated by karma-coverage just fine but when code is deployed to ubuntu instance I'm getting 100% 0/0 in the summary rep…
-
on Mac OS X 10.15 with karma-chrome-launcher 3.1.0:
1. I click Chrome on my dock, the app launches fine
2. I quit Chrome
3. I run karma
4. I click Chrome on my dock, the app does not launch
5. …
-
https://github.com/karma-runner/karma-firefox-launcher/blob/master/index.js#L2
It seems it's not in use anymore.