Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Test RunnerNew to Visual Studio Code? Get it now.
Test Runner

Test Runner

Joel Podrebarac

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

Test Runner

Extensions commands

	{
				"command": "test-runner.run",
				"title": "Run test file"
			},
			{
				"command": "test-runner.runLast",
				"title": "Rerun last test"
			},
			{
				"command": "test-runner.runHistory",
				"title": "Rerun test from history"
			}

Extension default keybindings

{
  "command": "test-runner.run",
  "key": "ctrl+r t"
},
{
  "command": "test-runner.runLast",
  "key": "ctrl+r r"
},
{
  "command": "test-runner.runHistory",
  "key": "ctrl+r h"
}

Currently supported languages

  • Javascript/Typescript (jest)
  • PHP (Phpunit)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft