End-to-End-Agentic-AI-Workflow-QA-Automation-Testing-with-Playwright-with-MCP-Servers

AvijitChowdhury/End-to-End-Agentic-AI-Workflow-QA-Automation-Testing-with-Playwright-with-MCP-Servers
★ 1 stars HTML AI/LLM Updated 11d ago
The framework validates the complete SauceDemo checkout workflow: - User Login - Product Selection - Shopping Cart - Checkout Information - Checkout Overview - Order Completion - Form Validation - Navigation Flow - Negative Scenarios
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": {
    "end-to-end-agentic-a": {
      "command": "npx",
      "args": [
        "-y",
        "AvijitChowdhury/End-to-End-Agentic-AI-Workflow-QA-Automation-Testing-with-Playwright-with-MCP-Servers"
      ]
    }
  }
}

README Excerpt

--- This repository demonstrates an **AI-assisted end-to-end QA Automation Framework** built using **Python**, **Playwright**, and **Pytest**. Instead of manually writing automation scripts, the framework leverages **GitHub Copilot Agent Mode** together with the **Playwright Model Context Protocol (MCP)** to automate the complete software testing lifecycle: