chore(test-infra): TEST-INFRA-001 — Playwright + visual regression + real-backend e2e foundation #21

Merged
bert.hausmans merged 9 commits from chore/test-infra-001 into main 2026-05-10 22:09:24 +02:00
Showing only changes of commit 1b06804e8c - Show all commits

View File

@@ -17,6 +17,10 @@ post-commit:
run: bash .githooks/post-commit
pre-push:
# piped: true forces serial execution. Both sync-check and git-lfs
# read from stdin (git pipes the push refspec to pre-push hooks);
# default parallel execution deadlocks with two stdin readers.
piped: true
commands:
sync-check:
run: bash .githooks/pre-push