{"id":15093283,"url":"https://github.com/raagh/angular-karma_test-explorer","last_synced_at":"2025-10-06T11:31:49.954Z","repository":{"id":45606584,"uuid":"163341253","full_name":"Raagh/angular-karma_test-explorer","owner":"Raagh","description":"vscode extension for easy angular testing and debugging","archived":true,"fork":false,"pushed_at":"2021-12-05T19:54:27.000Z","size":10867,"stargazers_count":65,"open_issues_count":0,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-25T00:33:19.030Z","etag":null,"topics":["angular","angular-cli","deprecated","javascript","karma","test-runner","testing-tools","typescript","unit-testing","vscode","vscode-extension","vscode-plugin"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=raagh.angular-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/Raagh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"patferraggi","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-12-27T22:27:41.000Z","updated_at":"2024-07-04T08:05:47.000Z","dependencies_parsed_at":"2022-09-11T15:41:29.383Z","dependency_job_id":null,"html_url":"https://github.com/Raagh/angular-karma_test-explorer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Raagh/angular-karma_test-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fangular-karma_test-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fangular-karma_test-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fangular-karma_test-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fangular-karma_test-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raagh","download_url":"https://codeload.github.com/Raagh/angular-karma_test-explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fangular-karma_test-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278602298,"owners_count":26014060,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","angular-cli","deprecated","javascript","karma","test-runner","testing-tools","typescript","unit-testing","vscode","vscode-extension","vscode-plugin"],"created_at":"2024-09-25T11:20:44.406Z","updated_at":"2025-10-06T11:31:49.615Z","avatar_url":"https://github.com/Raagh.png","language":"TypeScript","readme":"# Angular/Karma Test Explorer for Visual Studio Code\n\nThe `Angular/Karma Test Explorer` extension allows you to run or debug your Angular or Karma tests with the\n[Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) extension on Visual Studio Code.\n\n![Example run tests](img/img-running-tests-readme.png)\n\n[![Build Status](https://dev.azure.com/raagh/angular-karma-test-explorer/_apis/build/status/angular-karma-test-explorer-CI?branchName=master)](https://dev.azure.com/raagh/angular-karma-test-explorer/_build/latest?definitionId=2?branchName=master)\n\n\n## THIS EXTENSION IS NO LONGER BEING UPDATED, PLEASE CONSIDER USING [THIS](https://marketplace.visualstudio.com/items?itemName=lucono.karma-test-explorer)\n\n## Features\n\n- See all angular tests in the side bar without running them.\n- Reload tests manually by the reload button in the UI.\n- Run all tests together, run set of tests, run single test and see results in the UI.\n- Shows a failed test's log when the test is selected in the explorer.\n- Block during test execution.\n- Debug tests (Please read the [special notes](DOCUMENTATION.md) about this feature).\n- Cancel current run (Please read the [special notes](DOCUMENTATION.md) about this feature).\n- Lets you choose test suites or individual tests in the explorer that should be run automatically after each file change.\n- Supports Angular CLI projects.\n- Supports standalone karma (specify \"Karma\" as projectType).\n- Supports non CLI Angular projects (specify \"Angular\" as projectType).\n- Supports multi-root workspaces(only one angular app per workspace).\n- Adds CodeLenses to your test files for starting and debugging tests.\n- Adds Gutter decorations to your test files showing the tests' state.\n- Adds line decorations to the source line where a test failed.\n- Loads values from user karma.conf.js (some get removed to make the explorer work correctly).\n- Detects configuration changes and reload tests automatically.\n- Allows configuration for different type of workflows: Angular project path, project type, karma.conf path, default project name for multiple projects inside one root.\n- Forwards the console output from Karma to a VS Code output channel(Test Explorer Logs).\n\n## How to use it?\n\n- Check the [official documentation for this extension](DOCUMENTATION.md) to know the proper configuration for your specific scenario.\n\n## Planned features\n\n- Detect file changes(workspace, new test definitions) and reload tests automatically.\n\n## What about bugs and fixes?\n\n- If something goes wrong you will see error logs on vscode `Test Explorer Logs` output channel.\n- If you find a bug or think that a feature is missing and is not in the backlog please report it using the appropiate github issue template.\n- If you wanna help out please read the [contribution guidelines for this project](.github/CONTRIBUTING.md).\n- If you have any urgent question you might wanna check our [Gitter Channel](https://gitter.im/Angular-Karma-Test-Explorer/Bugs) for a direct chat with me or other people using the extension.\n\n## Do you like my work? Then consider [becoming a Patron!](https://www.patreon.com/bePatron?u=23135460)\n","funding_links":["https://patreon.com/patferraggi","https://www.patreon.com/bePatron?u=23135460"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Fangular-karma_test-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraagh%2Fangular-karma_test-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Fangular-karma_test-explorer/lists"}