Skip to content
/playwright-interactiveOfficial

Persistent browser and Electron QA with interactive Playwright sessions for debugging and evidence capture.

TestingPlaywrightQABrowserΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#What it does

The playwright-interactive skill runs persistent Playwright sessions for debugging local web and Electron apps. Unlike one-shot test scripts, it maintains a browser context across multiple interactions, allowing you to step through flows, capture QA evidence, and debug issues interactively.

#How to use

bash
$playwright-interactive
Use $playwright-interactive to debug a local web or Electron app in a persistent Playwright session and capture the QA evidence.

#Capabilities

  • Persistent browser sessions that maintain state across interactions
  • Electron app testing support
  • Screenshot and evidence capture at each step
  • Interactive debugging with step-by-step control
  • Console error monitoring and reporting

#When to use

  • Debugging complex multi-step user flows
  • QA verification that requires maintaining session state
  • Electron app testing
  • Capturing visual evidence for bug reports
  • Interactive exploration of UI behavior

This skill is from the OpenAI Skills Catalog.

OpenAIΒ·
View all skills