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.
29 lines
395 B
Plaintext
29 lines
395 B
Plaintext
# Package Managers
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
bun.lock
|
|
bun.lockb
|
|
|
|
# Miscellaneous
|
|
/static/
|
|
|
|
# Build artifacts
|
|
/.svelte-kit/
|
|
/.svelte-kit-backup/
|
|
/.svelte-kit.old/
|
|
|
|
# Generated files
|
|
/.svelte-kit-backup/
|
|
/src/lib/generated/
|
|
/src/lib/paraglide/
|
|
/src/lib/paraglide_bak*/
|
|
/src/paraglide/
|
|
/project.inlang/
|
|
|
|
# Test artifacts
|
|
/test-results/
|
|
/test-results.locked/
|
|
/e2e/.auth/
|
|
/coverage/
|