-
I can't see my xml coverage anymore with Karma 0.12. Was working with old Kama versions.
This is my configuration:
``` javascript
module.exports = {
port: 9876,
captureTimeout: 60000,
framewor…
-
I get this error while doing the ng test
**Error**:
2017-09-27T18:47:58.5196376Z [32m27 09 2017 14:47:58.500:INFO [karma]: [39mKarma v1.7.0 server started at http://0.0.0.0:9876/
2017-09-27T1…
-
When I run mvn install within an Angular project, I get the following error messages when executing the unit tests:
> [INFO] --- frontend-maven-plugin:1.7.6:karma (run tests) @ test-ui ---
> [INFO…
-
I am using single-spa-angular-cli v0.4.1 and its perfectly supporting Angular V5. But not supporting Angular v6 or v7.
package.json of angular v5 app.
`{ "name": "app3", "version": "0.0.0", "license…
-
Hi! I've been using karma and istanbul for quite a while. Been running some unit tests for my angular app, and now while trying to get the coverage for my test I run
` ng test --code-coverage`
a…
-
Before writing your tests for step 4, Scott notes we need to update our `karma.conf.js` file. Afterwards, when running `npm start` you might get an error saying "cannot load webpack".
**My Fix**: …
-
When building my project I get this error:
```
[INFO]
[INFO] --- maven-karma-plugin:1.8:start (default) @ ui-js ---
[INFO] Executing Karma Test Suite ...
[INFO] cmd /C "E:\New folder\my-proj\ui-…
Yneth updated
7 years ago
-
![image](https://user-images.githubusercontent.com/19627321/85377264-78663300-b556-11ea-85cc-22f60492036c.png)
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.2",
"@angular/…
djyes updated
4 years ago
-
Hi Karma team,
I'm part of an Angular project for my organization with a CI:CD build running approx. 1260 unit tests. We run these unit tests as part of a nightly build.
Our builds run the foll…
-
I'm trying to setup a CI build with Jenkins. The build will execute grunt tool chain which includes grunt-karma for unit tests. It works fine with Chrome, Firefox and Safari but unfortunately not for …
pswai updated
9 years ago