interactive-browser-testing
Installation
SKILL.md
What I do
Interactive real-time browser testing using Playwright and MiniMax via mcpc. No curl, no direct API calls - all testing through the browser.
Setup
mcpc connect ~/.mcpc/mcp.json:playwright @pw
mcpc connect ~/.mcpc/mcp.json:MiniMax @minimax
Critical Rules
- BROWSER ONLY - Never use curl/fetch/http clients
- SCREENSHOTS REQUIRED - Every step must have visual proof
- SNAPSHOT FIRST - Understand page before interacting
- AI ANALYSIS - Use MiniMax via mcpc to analyze screenshots
- ISSUES TO TRACKER - Log all issues found (check duplicates first)