karma icon indicating copy to clipboard operation
karma copied to clipboard

Spectacular Test Runner for JavaScript

Results 150 karma issues
Sort by recently updated
recently updated
newest added

I checked already the troubleshooting guide. We recently upgraded from angular 12 to angular 14 and since then our pipline gets stuck on testing inside the gitlab pipline after executing...

We've been using Karma as our test runner for years, and have it integrated with BrowserStack in our Github Actions CI. What we've recently noticed is that we randomly get...

While working on a project recently I observed a weird behavior which was difficult to debug but lead to `karma` runner having a weird behavior for the **top-level-await**. Here is...

I upgraded to node 17, and now Karma tests won't run anymore, with node 16 they worked fine but now it seems Chrome is not able to configure anymore, because...

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. -...

### Expected behaviour I am trying to test a component but keep running into a cryptic message on the test suite. I believe it might be related to an issue...

this leverages the css media queries to detect when a user has dark mode theming enabled. Fixes #3576

If I open the web console I can see: ``` Uncaught (in promise) Error: some error at _callee$ (test.test.jsx:68) at tryCatch (runtime.js:63) at Generator.invoke [as _invoke] (runtime.js:294) at Generator.eval [as...

This issue is to track potential improvements to Karma, which require breaking changes. It will be updated with more points as I discover them. - [ ] Drop support for...