test(geschichten): cover multi-person AND filter end-to-end

Adds a Playwright flow that picks two persons through the typeahead,
asserts both ?personId= params end up in the URL with two chips on
screen, then removes the first chip and verifies only the second
person id remains.

Also extends .prettierignore so a stale root-owned test-results
directory left over from running tests inside Docker doesn't break
the pre-commit lint hook.
This commit is contained in:
Marcel
2026-05-03 08:41:11 +02:00
parent 96d023a7cb
commit 34ab8a0a2c
2 changed files with 46 additions and 0 deletions

View File

@@ -23,5 +23,6 @@ bun.lockb
# Test artifacts
/test-results/
/test-results.locked/
/e2e/.auth/
/coverage/