feat: add Playwright UI test for post-with-photo flow

This commit is contained in:
2026-06-18 20:35:17 +02:00
parent 1fa8ff954d
commit 545e3f5ba0
7 changed files with 139 additions and 1 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ test-config:
test-post:
@bash scripts/test-post.sh
test: test-config test-post
test-ui:
@npx playwright test
test: test-config test-post test-ui
# ── Local dev ──────────────────────────────────────────────────────────────────