karma
karma copied to clipboard
Spectacular Test Runner for JavaScript
#3677 - Description to be updated - Tests to be updated
This feature has been trouble and there are cases it cannot work. Any socket disconnect during a test can lose data. The server will disconnect if the client does not...
The input config supplies 'patterns' which FileList expands into Files. These files are preprocessed and then 'file-list-modified' is fired. The event offers a pair of file lists, {included, served}. The...
Karma sometimes reports uncaught exceptions (ECONNRESET) which causes it to exit the process with a non-zero exit code. Fixes #3295
Calling `require('ts-node').register()` to determine if `typescript` is available prevents the custom configuration of the `register` call described in the documentation. I removed the unnecessary `register` call and fixed the missing...
Hi, my users get this error on Mac OS X with Karma 0.13.2. It's this line: https://github.com/karma-runner/karma/blob/v0.13.2/lib/file-list.js#L174 where `mg.statCache[path]` is undefined. Here is the Karma config that is used https://gist.github.com/Sanjo/fde7bf14768d6baf16e6....
emacs [lockfile](https://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html) raise following error with auto-watch option ``` 01 09 2021 10:48:54.282:ERROR [karma-server]: [Error: ENOENT: no such file or directory, stat '/mnt/dd/0-0user_local/tmp/Seed-vue-webpack-karma-chaiAsPromised/test/unit/.#index.js'] { errno: -2, code: 'ENOENT', syscall: 'stat',...
This issue was originally filed as https://github.com/karma-runner/karma/issues/945 The problem is surfacing as a coverage failure and was filed as https://github.com/karma-runner/karma-coverage/issues/434 The issue is that if the browser does not initially...
If a project's `package.json` has `"type": "module"`, Karma fails to load the config file. I'm wondering if there would be interest in supporting ESM config files in addition to CJS...
This is a long standing issue I've tried to fix in the past. A user in my company hit a case that failed 30% of the time or so and...