/vscode-run-tests

Quickly copy or run tests within the terminal

Primary LanguageJavaScript

Small Visual Studio Code extension to copy the test command (for file or line), or run the test (for file or line).

To Install

Go to your extensions folder (likely ~/.vscode/extensions) and git clone this repository.

Usage

  • Shift-Ctrl-P Run Test
  • Shift-Ctrl-P Run Test for Line
  • Shift-Ctrl-P Copy Test Command
  • Shift-Ctrl-P Copy Test Command for line

Settings

Set run-tests.prefix (typically as a workspace setting) to customize the prefix.