All Projects → Raagh → angular-karma_test-explorer

Raagh / angular-karma_test-explorer

Licence: MIT License
vscode extension for easy angular testing and debugging

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to angular-karma test-explorer

tropic
🍍 Test Runner Library
Stars: ✭ 29 (-56.72%)
Mutual labels:  unit-testing, karma, test-runner
Acutest
Simple header-only C/C++ unit testing facility.
Stars: ✭ 170 (+153.73%)
Mutual labels:  unit-testing, test-runner, testing-tools
Vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Stars: ✭ 624 (+831.34%)
Mutual labels:  unit-testing, test-runner, testing-tools
angular-unit-testing-examples
Showroom for different Angular unit testing concepts
Stars: ✭ 19 (-71.64%)
Mutual labels:  unit-testing, karma, angular-cli
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+108.96%)
Mutual labels:  unit-testing, test-runner, testing-tools
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-38.81%)
Mutual labels:  unit-testing, test-runner, testing-tools
IO-TESTER
A functional test framework
Stars: ✭ 32 (-52.24%)
Mutual labels:  test-runner, testing-tools
vscode-settings
vscode(Visual Studio Code) 相关设置、使用技巧等整理
Stars: ✭ 16 (-76.12%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-stylelint-plus
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.
Stars: ✭ 32 (-52.24%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-console-helper
vscode console helper — 旨在帮助开发人员编码时更快的输入/移除 log,搭配上醒目的主题,提高开发效率。
Stars: ✭ 36 (-46.27%)
Mutual labels:  vscode-extension, vscode-plugin
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (-35.82%)
Mutual labels:  unit-testing, test-runner
vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
Stars: ✭ 21 (-68.66%)
Mutual labels:  vscode-extension, vscode-plugin
sap-hana-driver-for-sqltools
A Visual Studio Code extension which extends the SQLTools extension, with a driver to work with the SAP HANA Database. It supports tables and views, as well as running queries on an SAP HANA Database.
Stars: ✭ 17 (-74.63%)
Mutual labels:  vscode-extension, vscode-plugin
git-emoji-zh
VS code 插件,在 VScode 中提交 git 的时候添加 emoji 表情😝
Stars: ✭ 39 (-41.79%)
Mutual labels:  vscode-extension, vscode-plugin
vs-code-bpmn-io
Edit BPMN 2.0 files. Based on bpmn.io tools.
Stars: ✭ 87 (+29.85%)
Mutual labels:  vscode-extension, vscode-plugin
three-musketeers
A simple module to introspect, debug and test any THREE.js application.
Stars: ✭ 30 (-55.22%)
Mutual labels:  unit-testing, testing-tools
jest-teamcity
Jest Teamcity Reporter
Stars: ✭ 29 (-56.72%)
Mutual labels:  unit-testing, testing-tools
quit-control-vscode
➡️ Stop mistyping keyboard shortcuts and quitting VSCode unintentionally
Stars: ✭ 37 (-44.78%)
Mutual labels:  vscode-extension, vscode-plugin
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-70.15%)
Mutual labels:  unit-testing, testing-tools
z-reader
📘 [vscode插件] 小说阅读器,支持在线搜索和本地阅读,支持txt和epub格式
Stars: ✭ 205 (+205.97%)
Mutual labels:  vscode-extension, vscode-plugin

Angular/Karma Test Explorer for Visual Studio Code

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.

Example run tests

Build Status

THIS EXTENSION IS NO LONGER BEING UPDATED, PLEASE CONSIDER USING THIS

Features

  • See all angular tests in the side bar without running them.
  • Reload tests manually by the reload button in the UI.
  • Run all tests together, run set of tests, run single test and see results in the UI.
  • Shows a failed test's log when the test is selected in the explorer.
  • Block during test execution.
  • Debug tests (Please read the special notes about this feature).
  • Cancel current run (Please read the special notes about this feature).
  • Lets you choose test suites or individual tests in the explorer that should be run automatically after each file change.
  • Supports Angular CLI projects.
  • Supports standalone karma (specify "Karma" as projectType).
  • Supports non CLI Angular projects (specify "Angular" as projectType).
  • Supports multi-root workspaces(only one angular app per workspace).
  • Adds CodeLenses to your test files for starting and debugging tests.
  • Adds Gutter decorations to your test files showing the tests' state.
  • Adds line decorations to the source line where a test failed.
  • Loads values from user karma.conf.js (some get removed to make the explorer work correctly).
  • Detects configuration changes and reload tests automatically.
  • Allows configuration for different type of workflows: Angular project path, project type, karma.conf path, default project name for multiple projects inside one root.
  • Forwards the console output from Karma to a VS Code output channel(Test Explorer Logs).

How to use it?

Planned features

  • Detect file changes(workspace, new test definitions) and reload tests automatically.

What about bugs and fixes?

  • If something goes wrong you will see error logs on vscode Test Explorer Logs output channel.
  • 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.
  • If you wanna help out please read the contribution guidelines for this project.
  • If you have any urgent question you might wanna check our Gitter Channel for a direct chat with me or other people using the extension.

Do you like my work? Then consider becoming a Patron!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].