From 59f5823696d1690ed778368ebe2f265ac3ef977b Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 21 Mar 2026 13:57:44 +0100 Subject: [PATCH] Fix test flow on Mac --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 99f6f29..df95de7 100755 --- a/test.sh +++ b/test.sh @@ -23,5 +23,6 @@ echo "=== Running E2E tests (Playwright) ===" cd "$SCRIPT_DIR/tests/e2e" if [ ! -d "node_modules" ]; then npm install + npx playwright install --with-deps fi npm test