Why this workflow exists
Most regressions are caught manually because writing a real test costs more than the bug itself. Playwright MCP makes the cost negligible: describe the flow once, run it whenever you want, save the result if you want to keep it.
This isn’t a replacement for a real test suite. It’s a replacement for “let me click around real quick to make sure that still works.”