{"id":15017382,"url":"https://github.com/lucono/karma-test-explorer","last_synced_at":"2025-04-12T11:43:11.822Z","repository":{"id":40617153,"uuid":"393234102","full_name":"lucono/karma-test-explorer","owner":"lucono","description":"Visual Studio Code extension for Karma and Angular testing with the Jasmine or Mocha framework","archived":false,"fork":false,"pushed_at":"2023-11-18T15:58:48.000Z","size":1488,"stargazers_count":40,"open_issues_count":1,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T06:33:44.343Z","etag":null,"topics":["angular","jasmine","javascript","karma","karma-jasmine","karma-mocha","mocha","test-runner","testing","typescript","unit-testing","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=lucono.karma-test-explorer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucono.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-06T03:17:12.000Z","updated_at":"2025-02-25T16:29:30.000Z","dependencies_parsed_at":"2023-02-16T16:01:29.599Z","dependency_job_id":"40368167-de11-4be9-b62a-5fa75fbe0832","html_url":"https://github.com/lucono/karma-test-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucono%2Fkarma-test-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucono%2Fkarma-test-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucono%2Fkarma-test-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucono%2Fkarma-test-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucono","download_url":"https://codeload.github.com/lucono/karma-test-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564028,"owners_count":21125404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","jasmine","javascript","karma","karma-jasmine","karma-mocha","mocha","test-runner","testing","typescript","unit-testing","vscode","vscode-extension"],"created_at":"2024-09-24T19:50:23.175Z","updated_at":"2025-04-12T11:43:11.786Z","avatar_url":"https://github.com/lucono.png","language":"TypeScript","readme":"# DEPRECATION \u0026nbsp;NOTICE\n\n# With the [deprecation](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes) of Karma runner, Karma Test Explorer is now also deprecated. It will no longer be releasing any new features or bug fixes.\n\n### If you continue to use Karma and this extension, you are encouraged to seek support for any new issues by posting in the [Discussions](https://github.com/lucono/karma-test-explorer/discussions) area to possibly get help from other users.\n\n---\n\n[![Build and Test](https://github.com/lucono/karma-test-explorer/actions/workflows/node.js.yml/badge.svg)](https://github.com/lucono/karma-test-explorer/actions/workflows/node.js.yml)\n\n# Karma Test Explorer (for Angular, Jasmine, and Mocha)\n\nThis extension adds a rich and fully integrated testing experience to Visual Studio Code for Angular, TypeScript, and JavaScript projects that use [Karma](https://karma-runner.github.io/latest/index.html) for testing.\n\n![Karma Test Explorer screenshot](docs/img/extension-screenshot.png)\n\nIt shows your Karma tests in a visual explorer in VS Code, adds code lenses and gutter decorations to your test files, and shows test failure details inline within your code at the point of each failure.\n\n![Karma Test Explorer screenshot](docs/img/sidebar.png)\n\nThe side bar shows rich information about your tests, including focused ⚡ and disabled 💤 tests (left image), and details summarizing passed, failed and skipped tests after each test execution (right image).\n\n---\nPlease take a minute to rate this extension in the [marketplace](https://marketplace.visualstudio.com/items?itemName=lucono.karma-test-explorer) and star it on [GitHub](https://github.com/lucono/karma-test-explorer/stargazers). For issues, questions, or feature requests, see [Reporting Issues](docs/documentation.md#reporting-issues).\n\n---\n\n## Why this Extension\n\nKarma Test Explorer is a complete rewrite of the deprecated [Angular/Karma Test Explorer](https://github.com/Raagh/angular-karma_test-explorer), and adds various significant enhancements and new features to provide robust support for:\n\n- Cloud and remote development sceanarios with [Dev Containers](https://code.visualstudio.com/docs/remote/containers)\n- Good performance with large projects having many thousands of tests\n- Zero-configuration user experience that \"just works\" for most setups\n- Flexibility to support a wide range of testing scenarios and workflows\n- Reliability, usability, and productivity\n\n## Features\n\n- Rich visual test browsing, execution, and debugging\n- Angular, Karma, Jasmine, and Mocha support\n- Multi-project / monorepo / multi-root workspace support\n- Live test validation of changing product code\n- Auto-detection and fix recommendations for various testing issues\n- [Much more](docs/documentation.md#features)\n\n## Quick Start\n\nIn many cases, testing should work out of the box:\n\n- Ensure Chrome browser and the project dependencies are installed\n- Install the Karma Test Explorer [extension](https://marketplace.visualstudio.com/items?itemName=lucono.karma-test-explorer) and wait a moment while it initializes\n- When done, your tests should be displayed in the Testing side bar\n- Use the many [extension settings](docs/documentation.md#extension-settings) to customize it to any other needs of your project\n- If you run into any issues, see [extension setup](docs/documentation.md#extension-setup) for more detailed setup instructions\n\n## Documentation\n\nFor a more detailed guide on setting up, customizing, and fully leveraging all the available features to work for your project, please see the Karma Test Explorer [Documentation](docs/documentation.md#documentation---karma-test-explorer).\n\n## Acknowledgement\n\nSpecial thanks to the authors of the deprecated [Angular/Karma Test Explorer](https://github.com/Raagh/angular-karma_test-explorer) on which Karma Test Explorer was originally based.\n\n## See Also\n\n[Documentation](docs/documentation.md#documentation---karma-test-explorer) \u0026nbsp;|\u0026nbsp; [Contributing](CONTRIBUTING.md#contributing---karma-test-explorer) \u0026nbsp;|\u0026nbsp; [Changelog](CHANGELOG.md#changelog) \u0026nbsp;|\u0026nbsp; [Report an issue](docs/documentation.md#reporting-issues)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucono%2Fkarma-test-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucono%2Fkarma-test-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucono%2Fkarma-test-explorer/lists"}