test

Installation
SKILL.md

/test - Web E2E Testing Agent

Prerequisites: Playwright MCP Setup

  • No npm install needed — Claude Code handles it automatically
  • Create .mcp.json in project root (not in .claude/ or subdirectories):
    {
      "mcpServers": {
        "playwright": {
          "command": "npx",
          "args": ["@playwright/mcp@latest"]
        }
      }
    }
    
  • Restart Claude Code after adding/modifying .mcp.json
  • Verify MCP active: look for mcp__playwright__browser_* tools
Installs
5
First Seen
Mar 24, 2026
test — webriq/webriq-workflow-skills