From ed83d1b2c451d391b0a34bb1f076d86a66f40432 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sun, 1 Mar 2026 19:23:56 -0800 Subject: [PATCH] Add a sign of life to e2e tests --- scripts/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 484130b..20688f1 100644 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -3,5 +3,6 @@ set -e SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)" +echo "Starting E2E tests..." cd "$SCRIPT_DIR/tests/e2e" npx playwright test "$@"