Agentic AI QA Automation with Playwright MCP
End-to-end agentic AI workflow for QA automation. Six specialized agents (Planner, Browser, Test Generator, Execution, Self-Healer, Reporter) orchestrated with GitHub Copilot Agent Mode and Playwright MCP to read user stories, generate test plans, produce Python Playwright tests, execute across browsers with pytest-xdist, self-heal failures, and ship professional QA reports (Allure/HTML/JUnit) — all with POM, fixtures, CI/CD readiness, and Docker support.

About this project
End-to-end agentic AI workflow for QA automation. Six specialized agents (Planner, Browser, Test Generator, Execution, Self-Healer, Reporter) orchestrated with GitHub Copilot Agent Mode and Playwright MCP to read user stories, generate test plans, produce Python Playwright tests, execute across browsers with pytest-xdist, self-heal failures, and ship professional QA reports (Allure/HTML/JUnit) — all with POM, fixtures, CI/CD readiness, and Docker support.
Built and maintained by Avijit Chowdhury. This project is part of the Software Testing portfolio and reflects hands-on work in production engineering, testing, and shipping real product experiences end-to-end.
More in Software Testing
Scalable E2E Test Automation Framework
Enterprise-grade UI automation framework using Playwright, Pytest, POM architecture, reusable fixtures, YAML-driven testing, and CI/CD integration.
View project Software TestingREST API Testing Suite
Comprehensive API testing project covering CRUD operations, schema validation, authentication, error handling, and automated execution using Postman and Newman.
View project