ai-assisted-qa-automation-2

TatianaToussaint/ai-assisted-qa-automation-2
★ 1 stars TypeScript API Integration Updated today
Building an end-to-end AI-powered QA Automation system with Playwright, Cursor, GitHub Actions, MCP servers, and real-world QA integrations.
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": {
    "ai-assisted-qa-autom": {
      "command": "npx",
      "args": [
        "-y",
        "TatianaToussaint/ai-assisted-qa-automation-2"
      ]
    }
  }
}