-
I'm trying to use the ReportPortal agent for Jasmine and its posting the results (which are empty) before the tests are even run. Here is my karma.conf.js
```
// Karma configuration file, see lin…
-
Hi,
Could we have a function to run this in watch mode with a configuration `watch: true` or similar to not have `process.exit(exitCode);` happening when code coverage is not fulfilled?
This is …
-
Trying to install in an Angular environment.
I'm going to preface this by saying I don't know [puppeteer](https://github.com/puppeteer/puppeteer) well but as it seems like [playwright](https://git…
-
## Version **2.0.2** of [karma](https://github.com/karma-runner/karma) was just published.
Branch
Build failing 🚨
Dependency
karm…
-
Originally referenced in some Karma configuration; this would be nice to wire up at some point.
-
Hi there,
my goal is to improve karma to not always run the whole test suite when a file changes.
To avoid lots of effort going in the wrong direction I would like to talk about this first, before st…
-
used command npm install firebase @angular/fire --save still getting issue Module '"@angular/fire"' has no exported member 'AngularFireModule'.ts(2305).
i have also used ng add @angular/fire.
…
-
We have developed a single page application using aurelia+type script+jspm.Our purpose is remove the jspm packages from the project. We have using karma framework for unit testing. We have moved all f…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
I tried to create a separate execution of the plugin to run a grunt task specific for testing:
```
grunt-test
grunt
test
test --frontendSrcDir="${frontendSrcDi…