What problem does it solve?
This Skill provides a production-ready Playwright MCP-based E2E testing framework for Medellin Spark, including ready-to-run playbooks, autonomous agent, and CI/CD integration, to test web app flows end-to-end, automate QA, and catch regressions quickly.
Core Features & Use Cases
- 3 Ready-to-Run Playbooks: Smoke test, Auth flow, and Pitch Deck Wizard full journey.
- Autonomous Agent: Smart test orchestration, intelligent error handling, automatic screenshot capture, and monitoring.
- Production CI/CD: GitHub Actions workflows, automated artifact uploads, and PR result comments.
- Documentation & Examples: SKILL.md, RUNBOOK.md, examples, and playbooks.
- Use Case: Before releases, run a full end-to-end test to validate critical user journeys.
Quick Start
Install Playwright MCP globally, install browsers, install skill dependencies, and run the smoke test to verify setup:
- npm install -g @playwright/mcp@latest
- npx playwright install chromium
- cd .claude/skills/playwright-e2e-skill
- npm install
- npm run test:smoke