test(e2e): expand Geschichten Playwright suite with full a11y + visual regression coverage #384
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PR #382 shipped a minimal e2e (
frontend/e2e/geschichten.spec.ts) covering writer-create-publish + reader-detail + a single AxeBuilder scan on the index. Sara flagged on the review (#5766 B1) that the broader suite is missing.Scope
Add the remaining specs Sara requested:
Visual regression at three breakpoints (320px, 768px, 1440px) with
toHaveScreenshotfor the index, detail, and editor pages.Acceptance criteria
serious/criticalviolations on/geschichten/[id].frontend/e2e/__screenshots__/.Out of scope
axe-coreintegration into the unit test layer.Closes the deferred portion of Sara's review on PR #382.