close
logo
Rstest
Guide
Config
API
English
简体中文
Guide
Config
API
English
简体中文
logo
Rstest

Getting Started

Introduction
Quick start
Features

Basic

CLI
Configure Rstest
Filtering tests
VS Code extension

Advanced

Debugging
Profiling

Migration

Migrating from jest
📝 Edit this page on GitHub
Previous PageFiltering tests
Next PageDebugging

#VS Code extension

The Rstest VS Code extension keeps your project’s tests in sync inside the editor so you can browse, run, and debug them in VS Code.

Demo of running Rstest tests inside the VS Code extension

#Installation

You can visit the extension’s Visual Studio Code Marketplace page, or install it directly inside VS Code:

  • Open the Extensions view (Ctrl/⌘ + Shift + X) and search for rstack.rstest.
  • Open the Quick Open panel (Ctrl/⌘ + P), enter ext install rstack.rstest, and press Enter.
  • You can also run code --install-extension rstack.rstest in the terminal.