karma-runner/karma

Spectacular Test Runner for JavaScript

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 5th, 2026
Created on October 12th, 2011
Open Issues & Pull Requests: 402 (+0)
GitHub issues: Enabled
Number of forks: 1,711
Total Stargazers: 11,965 (+0)
Total Subscribers: 308 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Karma is a test runner that executes JavaScript code in multiple real browsers.

Karma solves the problem of testing JavaScript across different browser environments by automating test execution in actual browsers rather than simulating them. It watches your files, runs tests automatically on save, and coordinates test execution across multiple browser instances simultaneously. The tool integrates with standard testing frameworks and generates coverage reports through Istanbul.

Karma is well-suited for projects that need to verify behavior across real browsers, particularly those targeting multiple platforms or requiring comprehensive cross-browser compatibility testing. It works well in continuous integration pipelines and during local development workflows. The tool is particularly common in the Angular ecosystem. However, the project is deprecated and no longer accepting new features or general bug fixes. The README names Web Test Runner and jasmine-browser-runner as direct browser-based alternatives, while Jest and Vitest are presented as Node-based alternatives for those seeking to migrate away.

The project maintains critical security fixes on a defined timeline but is not actively developing new functionality. Community support continues through mailing lists and chat channels, with the issue tracker reserved for bug reports rather than feature requests.