Smoke-test a web deploy with web-eval-agent
언제 쓸까: You deployed and want a quick 'did I break anything obvious' check.
사전 조건
- Free API key from operative.sh/mcp — Sign up, copy the key
- Playwright deps — npx playwright install (the MCP will prompt if missing)
흐름
-
Describe the testOn staging.example.com, verify I can: sign up with a new email, create a project, log out. Report what fails.✓ 복사됨→ Pass/fail with screenshots
-
Dig into failuresFor the failed step, show the console errors and the network request that returned 500.✓ 복사됨→ Stack-level evidence
결과: Post-deploy confidence in 2 minutes.
함정
- Test accounts clutter your prod DB — Always run against staging; if prod, use a dedicated QA account and clean up