Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>PlayTestNew to Visual Studio Code? Get it now.
PlayTest

PlayTest

PlayTest

|
3 installs
| (0) | Free
VSCode extension for PlayTest - manage test runs and projects directly from your IDE
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PlayTest VSCode Extension

Manage test runs and projects directly from your IDE.

Features

  • View test runs in sidebar - Browse test runs for selected project with real-time statistics
  • Test case details - View failed tests with detailed information
  • Project selection - Easily switch between projects
  • Status bar integration - Quick connection status and project info
  • Secure authentication - API token stored in VSCode's encrypted storage

Installation

Install directly from VS Code Marketplace:

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+P / Cmd+Shift+P → "Extensions: Install Extensions")
  3. Search for "PlayTest"
  4. Click Install

Or install from command line:

code --install-extension negocio-software.playtest-vscode

Setup

1. Get API Token

  1. Log in to PlayTest
  2. Go to Settings → API Keys
  3. Generate a new API key
  4. Copy the token

2. Configure Extension

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run "PlayTest: Configure API Token"
  3. Paste your API token
  4. Run "PlayTest: Select Project" to choose a project

Usage

Available Commands

  • PlayTest: Configure API Token - Set up authentication
  • PlayTest: Test Connection - Verify API connectivity
  • PlayTest: Select Project - Choose project to work with
  • PlayTest: Refresh Test Runs - Reload test runs
  • PlayTest: Clear API Token - Remove stored token

Sidebar View

Open the PlayTest sidebar to see:

  • Test Runs List - All test runs with status indicators
  • Test Statistics - Pass/fail/blocked/skipped counts
  • Failed Tests - Expandable list with details

Status Bar

Connection status and current project:

  • ✅ PlayTest: [Project Name] - Connected
  • ❌ PlayTest - Not configured (click to configure)

Configuration

  • playtest.apiUrl - API endpoint (default: https://playtest-app.fly.dev/api)

Troubleshooting

Commands Not Working

If you see "command not found" errors:

  1. Uninstall the extension
  2. Download the latest .vsix file
  3. Reinstall from VSIX
  4. Restart VSCode

Connection Failed

  • Verify your API token is correct
  • Check internet connectivity
  • Test API: curl -H "x-api-key: YOUR_TOKEN" https://playtest-app.fly.dev/api/health

Links

  • GitHub Repository
  • Report Issues
  • Changelog

License

ISC

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft