-
### Expected behaviour
the working directory for my test runner is my actual working directory
### Actual behaviour
the working directory is /
### Environment Details
- Karma version (output …
-
Hi @sterzhakov , thanks for sharing `karma-webpack-preprocessor`. I would like to add some changes to the library to support my use cases - would you be open to a PR? Namely, I would like to add:
-…
-
I have the following error : `Uncaught SyntaxError: Unexpected token import
at path/test/BootStrapFormView.Test.js:3`
Here my Karma configuration file and my package.json
karma.conf.js
``` javasc…
-
Is there any configuration for karma to launch browser in a separate instance? I usually has chrome open for my own surfing web purpose. When i startup karma, it always open a new tab in the chrome wh…
-
Hi, I'm just wondering about `mocha.opts`. I know it is now supported via
```
{
...
client: {
mocha: {
opts: './path-to-mocha-opts'
}
}
...
}
```
Here's the s…
-
{
"name": "analytics-angular13",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration developm…
-
```
OliverSalzburg@Oliver-PC MINGW64 ~/Projects/absync (dev)
$ karma init karma.conf.js
> readline.js:525
this.line = this.line.slice(this.cursor);
^
TypeError: Cannot read p…
-
Hello,
we are creating a pipeline for a node project.
Our goal is obtain the `lcov.info` file (which will later read by SonarQube) with the command
```
ng test --code-coverage
```
From our l…
-
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…
-
### Expected behavior
I expect karma to be able to restart phantomjs, as it tries to, whenever phantomjs crashes(which is commonplace).
### Actual behavior
After a PhantomJs crash, karma tries and f…