🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Angular/Karma Test Explorer - Visual Studio Marketplace
Extension for Visual Studio Code - Run your Angular Tests in the Sidebar of Visual Studio Code
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Karma Test Explorer (for Angular, Jasmine, and Mocha) - Visual Studio Marketplace
Visual Studio Code>Testing>Karma Test Explorer (for Angular, Jasmine, and Mocha)New to Visual Studio Code?
Discussions

How to setup Test Explorer ui for Karma (angular)
Hello, I struggle to user a launcher test ui for my angular unit test using karma. I wish i could launch the test from a button here. It showed once on the existing test but not on the old one. But by now I couldn’t see them anymore. I already installer the plugin Test Explorer Ui + Karma ... More on forum.cursor.com
🌐 forum.cursor.com
0
0
February 19, 2025
jasmine - Run angular Karma tests in visual studio code - Stack Overflow
I installed vscode-test-explorer extension along with its child angular-karma-test-explorer and jasmine-test-adapter to vscode as answered here. However, no tests are loaded to the Test Explorer, it More on stackoverflow.com
🌐 stackoverflow.com
Karma Test Explorer - New, feature rich, Visual Studio Code extension for Angular and Karma testing
Would love to see something similar for jest. My team has moved a lot of projects tests to jest and we are starting to look at dev containers. More on reddit.com
🌐 r/angular
1
16
April 27, 2022
Karma Test Explorer - New, feature rich, Visual Studio Code extension for Angular and Karma testing
I am new to Angular testing, can you suggest some good sources to learn the testing implementation? 😄 More on reddit.com
🌐 r/Angular2
6
13
April 27, 2022
🌐
GitHub
github.com › Raagh › angular-karma_test-explorer
GitHub - Raagh/angular-karma_test-explorer: vscode extension for easy angular testing and debugging
December 6, 2021 - The Angular/Karma Test Explorer extension allows you to run or debug your Angular or Karma tests with the Test Explorer UI extension on Visual Studio Code.
Starred by 64 users
Forked by 23 users
Languages   TypeScript 99.8% | JavaScript 0.2% | TypeScript 99.8% | JavaScript 0.2%
🌐
GitHub
github.com › lucono › karma-test-explorer
GitHub - lucono/karma-test-explorer: Visual Studio Code extension for Karma and Angular testing with the Jasmine or Mocha framework · GitHub
Visual Studio Code extension for Karma and Angular testing with the Jasmine or Mocha framework - lucono/karma-test-explorer
Starred by 43 users
Forked by 18 users
Languages   TypeScript
🌐
Cursor
forum.cursor.com › support › help
How to setup Test Explorer ui for Karma (angular) - Help - Cursor - Community Forum
February 19, 2025 - Hello, I struggle to user a launcher test ui for my angular unit test using karma. I wish i could launch the test from a button here. It showed once on the existing test but not on the old one. But by now I couldn’t see them anymore. I already installer the plugin Test Explorer Ui + Karma ...
🌐
Reddit
reddit.com › r/angular › karma test explorer - new, feature rich, visual studio code extension for angular and karma testing
r/angular on Reddit: Karma Test Explorer - New, feature rich, Visual Studio Code extension for Angular and Karma testing
April 27, 2022 -

Karma Test Explorer is a new, feature rich, Visual Studio Code extension for Angular and Karma testing. It is a major rewrite of the popular (but now deprecated) Angular/Karma Test Explorer extension, and brings numerous significant enhancements and new features.

  • Shows Angular and Karma tests in a visual test explorer in VS Code

  • Adds code lenses to the test files to easily run individual tests or suites

  • Adds gutter decorations to test files to show the status of each test

  • Shows test failure details inline within the code at the point of each failure

  • Supports Jasmine and Mocha test frameworks

  • Supports remote development scenarios with Dev Containers

  • Supports multi-root and multi-project Angular workspace

  • Watch mode support with auto pass / fail test status update

  • Duplicate test detection and reporting

  • Supports headless and non-headless testing to run tests in visible browser window

  • Smooth user experience to "just work" without any or much configuration

  • Test filtering support to show only focused tests or exclude disabled tests

  • Group and run tests by folder or by test suite

  • And more

Displays rich test information, including focused ⚡and disabled 💤 tests. Detects and conveniently flags duplicated tests for corrective action. Displays test results summary at each level. Shows Angular and Karma tests in a visual explorer in VS Code, adds code lenses and gutter decorations to the test files, and shows test failure details inline within the code at the point of each failure.
Find elsewhere
🌐
Angular
angular.dev › guide › testing › karma
Testing with Karma and Jasmine • Angular
This guide provides instructions for testing your Angular application using the Karma test runner with the Jasmine testing framework.
🌐
Reddit
reddit.com › r/angular2 › karma test explorer - new, feature rich, visual studio code extension for angular and karma testing
r/Angular2 on Reddit: Karma Test Explorer - New, feature rich, Visual Studio Code extension for Angular and Karma testing
April 27, 2022 -

Karma Test Explorer is a new, feature rich, Visual Studio Code extension for Angular and Karma testing. It is a major rewrite of the popular (but now deprecated) Angular/Karma Test Explorer extension, and brings numerous significant enhancements and new features.

  • Shows Angular and Karma tests in a visual test explorer in VS Code

  • Adds code lenses to the test files to easily run individual tests or suites

  • Adds gutter decorations to test files to show the status of each test

  • Shows test failure details inline within the code at the point of each failure

  • Supports Jasmine and Mocha test frameworks

  • Supports remote development scenarios with Dev Containers

  • Supports multi-root and multi-project Angular workspace

  • Watch mode support with auto pass / fail test status update

  • Duplicate test detection and reporting

  • Supports headless and non-headless testing to run tests in visible browser window

  • Smooth user experience to "just work" without any or much configuration

  • Test filtering support to show only focused tests or exclude disabled tests

  • Group and run tests by folder or by test suite

  • And more

Displays rich test information, including focused ⚡and disabled 💤 tests. Detects and conveniently flags duplicated tests for corrective action. Displays test results summary at each level. Shows Angular and Karma tests in a visual explorer in VS Code, adds code lenses and gutter decorations to the test files, and shows test failure details inline within the code at the point of each failure.
🌐
DEV Community
dev.to › patferraggi › how-i-found-a-problem-with-angular-unit-testing-and-decided-to-fix-it-myself-12cg
How I found a problem with Angular unit testing and decided to fix it myself. - DEV Community
March 2, 2020 - I had to run “ng test” to run tests in the project, see the output in the console or open a browser and see the results in Karma. If I wanted to run a single test by default, I had to modify the code so it would only run that test. I was completely astonished, I could not believe that this was how Angular developers were working.
🌐
GitHub
github.com › hbenl › vscode-example-test-adapter › issues › 1
Want to use this to make a test explorer for Karma( specifically for working with angular) · Issue #1 · hbenl/vscode-example-test-adapter
December 18, 2018 - Want to use this to make a test explorer for Karma( specifically for working with angular)#1 · Copy link · Raagh · opened · on Dec 18, 2018 · Issue body actions · Hey man, first I wanna say that I really like your work. Really useful. I was thinking of making an implementation for angular using this adapter.
Author   Raagh
🌐
GitHub
github.com › lucono › karma-test-explorer › blob › master › package.json
karma-test-explorer/package.json at master · lucono/karma-test-explorer
Visual Studio Code extension for Karma and Angular testing with the Jasmine or Mocha framework - lucono/karma-test-explorer
Author   lucono
🌐
VsixHub
vsixhub.com › vsix › 1136
Angular/Karma Test Explorer 1.2.8 VSIX (Latest Version) - VsixHub
March 18, 2021 - You are about to download the vsix file for Angular/Karma Test Explorer v1.2.8 extension on Visual Studio Code 1.23.0 and up: Run your Angular Tests in the Sidebar of Visual Studio Code ...
Rating: 3.5 ​ - ​ 19 votes
🌐
GitHub
github.com › Raagh › angular-karma_test-explorer › issues › 96
Unable to see tests in Test Explorer using · Issue #96 · Raagh/angular-karma_test-explorer
January 3, 2021 - When I go to the Test Explorer no tests are displayed - however if I run 'ng test` It finds the three default karma tests and executes them successfully.
Author   harris-authors
🌐
DEV Community
dev.to › danywalls › testing-in-angular-replace-karma-to-web-test-runner-5gag
Testing in Angular: Replace Karma to Web Test Runner - DEV Community
June 9, 2024 - I had the same problem. By removing the entry "karmaConfig" from the test-options in angular.json, the issue was solved.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360002754120-IDEA-karma-js-plugin-help-Building-Angular-test-explorer-for-vscode
IDEA karma-js plugin help! . Building Angular test explorer for vscode – IDEs Support (IntelliJ Platform) | JetBrains
January 22, 2019 - IntelliJ runs Karma server with disabled `singleRun` to prevent its exit. ... Hi, sorry for my delayed response. I was on holidays. Its weird cause I am using singleRun: false as part of the config. https://github.com/Raagh/angular-test-explorer/blob/feature/run-tests/src/config/test-explorer-karma.conf.ts
🌐
GitHub
github.com › Raagh › angular-karma_test-explorer › issues › 42
Tests never show up in Test Explorer, stuck at spinning 'reloading tests' · Issue #42 · Raagh/angular-karma_test-explorer
August 1, 2019 - To Reproduce This happens on my real project: Angular 8 (upgraded from 7), CLI based, angular app and single component library project using ng-packagr) but it also happens on a brand new project generated with angular cli (8.2). This is on Ubuntu 19.04 and I'm running VS Code and Chromium via snap. From the command-line, running ng test works as expected, 3 tests from default cli project pass. On the test project, the only change I made from the output of ng new (yes to routing, scss for styles) was to modify karma.conf.js to use Chromium instead of Chrome: browsers: ['Chromium'],
Author   jonstelly