diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 20688f1..0c09bcb 100644 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -3,6 +3,6 @@ set -e SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)" -echo "Starting E2E tests..." +echo "Starting E2E tests (kicks off a build; this may take a few minutes..." cd "$SCRIPT_DIR/tests/e2e" npx playwright test "$@"