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

Having a beta release should improve the Karma org health. Early community testing of breaking changes is a hallmark of mature projects. Also, it gives a chance for many breaking...

type: feature

I think preserving the commit history of the head branches of PRs when merging can provide value: prefer ["Rebase Merging"][rebase-merge] over the current "Squash Merging" approach. @devoto13 ? [rebase-merge]: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github#rebasing-and-merging-your-commits

Right! We should aim for consistency. Therefore, we should disallow chore in the [core repo](https://github.com/karma-runner/karma) as well. Right? _Originally posted by @jginsburgn in https://github.com/karma-runner/karma-chrome-launcher/pull/249#discussion_r819012769_

Maybe we should add 14 and 16 directly? Given that 10 is already out of support (but we probably should only drop it after Karma core drops it) and 12...

This PR 1. Adds [harden-runner](https://github.com/step-security/harden-runner) GitHub Action to the `test.yml` workflow. 2. Sets the token permission for the workflow to `contents: read`. This is a security best practice and gets...

Currently, [karma looks for these configuration files](https://karma-runner.github.io/6.3/config/configuration-file.html): - ./karma.conf.js - ./karma.conf.coffee - ./karma.conf.ts - ./.config/karma.conf.js - ./.config/karma.conf.coffee - ./.config/karma.conf.ts I would like to add `karma.conf.cjs` to this list (and maybe...

There are many outstanding issues. We should aim to close as many as we can. Many are Q&A threads that have been abandoned.

type: feature

This is based on http://stackoverflow.com/questions/22824255/karma-clear-screen-after-running-tests. Simply adding this in `watcher.js` at [line 91](https://github.com/karma-runner/karma/blob/v0.12.3/lib/watcher.js#L90), makes this work (at least on windows). All that is left to do is add the options...

type: feature
discuss
help wanted
type: backlog

I'm testing code that uses SharedArrayBuffer and I'm getting the following warning in the Chrome console: > [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See...

As discussed in #3715 This replaces the external library `ua-parser-js` with an in-house version which has a significantly reduced scope. The parser has been written from scratch with a focus...