Productivity|Development|AI / ML|UtilitiesJavaScript
claude-code-playwright-mcp-test
A YAML-based Playwright MCP automation testing framework designed for Claude Code
N/A rating (0 reviews)0 installs172 GitHub stars
PlaywrightAutomationTesting
This project serves as a demonstration and example for the claude-test CLI tool, showcasing intelligent automation testing powered by Claude Code and Playwright MCP. It features natural language YAML-based testing, dynamic element targeting, multi-environment configuration, and session persistence.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-playwright-mcp-test": {
"args": [
"-y",
"claude-test"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.