MAESTRO: add e2e flow check for analysis

This commit is contained in:
Mariusz Banach
2026-02-18 05:18:55 +01:00
parent 40d2103e3c
commit cdee156896
3 changed files with 65 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ This phase performs final integration, accessibility audit, responsive testing,
## Completion
- [ ] Complete flow works end-to-end: paste headers → configure tests → analyse → view report → export
- [x] Complete flow works end-to-end: paste headers → configure tests → analyse → view report → export. Notes: replaced Playwright example spec with end-to-end flow test (paste + configure + analyse + report + export), adjusted Playwright webServer ports/CORS for local 3100 runs, ran `npx playwright test e2e/example.spec.ts --project=chromium`.
- [ ] File drop flow works: drop EML → auto-populate → analyse → report
- [ ] Cache flow works: analyse → reload → see cached results → clear cache
- [ ] Rate limiting flow works: exceed limit → CAPTCHA modal → solve → retry succeeds