test-playwright-mcp

cvera08/test-playwright-mcp
★ 0 stars TypeScript DevOps Updated 13d ago
Playwright MCP server Demo
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "test-playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cvera08/test-playwright-mcp"
      ]
    }
  }
}

README Excerpt

End-to-end test suite built with **Playwright** and **TypeScript**, using the **Page Object Model** pattern and integrated into **CI/CD via GitHub Actions**. Designed as a demo of how AI-assisted tools (like the [Playwright MCP server](https://github.com/microsoft/playwright-mcp)) can accelerate test authoring while keeping a clean, maintainable architecture.