Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TSTestExecutorNew to Visual Studio Code? Get it now.
TSTestExecutor

TSTestExecutor

Emre Ekinci

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

TSTestExecutor - Playwright Test Runner for VSCode

🚀 Overview

TSTestExecutor is a custom VSCode extension that allows users to run Playwright tests directly from VSCode with a "Run | Debug" UI above test functions.

✨ Features

  • 🟢 Run Playwright tests with yarn test:local
  • 🛠️ Supports custom parameters (e.g., --headed --project=mobile)
  • 📌 Test detection and execution from VSCode Test Explorer
  • 🔍 Easily debug tests with VSCode Debugger

🎯 Usage

  1. Open a Playwright test file (*.spec.ts).
  2. Click "Run" or "Debug" above the test function.
  3. Enter additional parameters if needed.
  4. Watch the test execute inside VSCode.

🔧 Installation

You can install this extension from the VSCode Marketplace or manually:

vsce package
code --install-extension tstestexecutor-0.0.1.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft