-
### Expected behaviour
I use jasmine with karma to my unit tests for project angular cli and I need the report of coverage.
But when I use coverage and coverage-istanbul I found error.
### Actual…
-
I have been struggling with this issue for two days now. It seems karma is looking for plugins locally but I am still getting this error.
I also tried loading karma-systemjs plugin explicitly via plu…
-
I use karma-ui5 in a CAP project to run frontend-integration-tests (OPA5). Everything is configured and the tests are executed and work. But occasionally the tests fail and I cannot find the solution…
-
Hi team,
I have updated to jscs 3.0.2 and I have updated my gulp task to the following:
```
const gulp = require('gulp');
const jscs = require('gulp-jscs');
gulp.task('test:jscs', () => {
return…
-
### Command
serve
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
none
### Desc…
-
### Describe the bug
I'm trying to use [Angular's new build system](https://angular.io/guide/esbuild#getting-started-with-the-angular-clis-new-build-system), however when starting the application…
-
For the next version where the depedencies will be updated.
Consider these new libs
- https://www.npmjs.com/package/eslint-plugin-css-modules
- https://www.npmjs.com/package/ol-contextmenu
…
-
It would be helpful to allow karma to setup globals in karma.conf.js via a `globals` object.
This would be, for instance, helpful with tests that run agains an API (like contract tests).
If the confi…
-
The Angular CLI config contains configuration for karma and protractor, but they actually do not exist.
It would be nice to see the SSR build tested e2e!
```
$ ng test
10 03 2018 00:57:44.964:ER…
-
### Expected behavior
autoWatch should work and report correct results with glob matchers of `src/app/**/*.js`
### Actual behavior
Reports are not updating to the correct result in autoWatch when us…