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 "$@"