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 upgraded from Chrome version 112 to the newly released Chrome 113, and since then, Karma doesn't work and tests cannot be run. Do you know anything about this issue?...

Previously, I used [karma-typescript](https://github.com/monounity/karma-typescript) package, but it does not work with Typescript 5. So, what are the alternatives?

I am having trouble configuring Karma to proxy requests to particular files on the file system. IIRC, this used to work a few years ago but some Karma upgrade probably...

While installing `karma-cli` globally may commonly make some sense, another alternative is keeping it encapsulated within each individual repository which is also easy enough.

Hi everyone, I'm a big fan of pnpm, and I wanted to use it with a project using karma as test runner and I noticed that karma was not compatible...

```js config.set({ ..., browsers: [], ``` will cause the process to hang indefinitely expected to warn/throw and exit

I know many bugs seem to have fixed this, but I cannot get it to work. Say that your Angular app wants to read a file that is arbitrary binary...

Update ua-parser-js due to security vulnerability: **ReDoS Vulnerability in ua-parser-js version** found in ua-parser-js versions prior to 0.7.33. Read more about ReDoS [here](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS).

Hi Guys! My angular tests pass only when chrome is running. In my tests, I operate with the position of the element on the page using the `getBoundingClientRect`, Also I...

I've tried provide custom files, but no success. I copied [client.html](https://github.com/karma-runner/karma/blob/master/static/client.html) to my project root and provided config like that ``` module.exports = function (config) { config.set({ ... customClientContextFile: 'client.html'...