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

After successfully finishing all tests, karma hangs for 30 sec with this message: Chrome Headless 114.0.5735.35 (Windows 10) ERROR Disconnected , because no message in 30000 ms. This only happens...

Hi Karma team, I'm part of an Angular project for my organization with a CI:CD build running approx. 1260 unit tests. We run these unit tests as part of a...

Getting following timeout issue while executing code coverage using Karma config in ADO 09 10 2023 09:06:18.531:ERROR [karma-server]: UncaughtException: TypeError: Cannot read properties of undefined (reading 'ele') at JUnitReporter.specSuccess.specSkipped.specFailure (/self/mfe/node_modules/karma-junit-reporter/index.js:89:35)...

So, I was using "karma-typescript" npm package, but that project seems to be dead, because it is not compatible with TypeScript 5, but now it looks like this "karma" project...

Karma does not seem to be working properly with the latest version of [socket.io](https://github.com/socketio/socket.io) when running on macOS. Tests will always fail with the following output: ``` Chrome 115.0.0.0 (Mac...

Old and working packages: "jasmine-ajax": "^3.2.0", "jasmine-core": "^2.3.4", "karma": "^0.13.2", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^0.5.5", "karma-firefox-launcher": "^0.1.7", "karma-generic-preprocessor": "^1.1.0", "karma-htmlfile-reporter": "^0.2.2", "karma-jasmine": "^0.3.6", "karma-jasmine-ajax": "^0.1.13", "karma-requirejs": "^0.2.6", "karma-typescript": "^3.0.12", karma.conf.js: module.exports...

### Expected behaviour I am working on a Centos environment, it has Firefox by default, and I didn't install Chrome browser. I have install the karma-firefox-launcher in devDependencies. I have...

I have recently upgraded to version 13 of angular. I’m able to build the project successfully but running tests gives the below issues, Here is package.json dependencies ``` "devDependencies": {...

Based on #382 ``` var path = require('path'); var mm = require('minimatch'); var pattern = '!**/*.js'; var normalizedPattern = path.resolve(pattern); var filePath = path.resolve('/some/path/to/file.coffee'); mm(filePath,pattern); true mm(filePath,normalizedPattern); false ```

type: bug
type: backlog