Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-ext-unit-testNew to Visual Studio Code? Get it now.
vscode-ext-unit-test

vscode-ext-unit-test

Arnaud Crowther

|
172 installs
| (0) | Free
test runner
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Unit Tests Extension

Once installed, open the command pallet and type:

> Unit Tests: Execute on current file

To use with your repository add a script to your package.json with the following content:

"scripts": {
  "test:unit": "<your custom test commands>"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft