

























@@ -49,6 +49,46 @@ pnpm openclaw qa suite \
49495. If the user wants to watch the live UI, find the current `openclaw-qa` listen port and report `http://127.0.0.1:<port>`.
50506. If a scenario fails, fix the product or harness root cause, then rerun the full lane.
515152+## QA credentials and 1Password
53+54+- Use `op` only inside `tmux` for QA secret lookup in this repo.
55+- Quick auth check inside tmux:
56+57+```bash
58+op account list
59+```
60+61+- Direct Telegram npm live test secrets currently live in 1Password item:
62+- vault: `OpenClaw`
63+- item: `Telegram E2E`
64+- That item is the first place to look for:
65+- `OPENCLAW_QA_TELEGRAM_DRIVER_BOT_TOKEN`
66+- `OPENCLAW_QA_TELEGRAM_SUT_BOT_TOKEN`
67+- `OPENCLAW_QA_PROVIDER_MODE`
68+- `OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC`
69+- Convex QA secrets currently live in 1Password items:
70+- vault: `OpenClaw`
71+- item: `OPENCLAW_QA_CONVEX_SECRET_MAINTAINER`
72+- item: `OPENCLAW_QA_CONVEX_SECRET_CI`
73+- Additional related notes/login items seen during QA credential work:
74+- vault: `Private`
75+- items: `OPENCLAW QA`, `Convex`, `Telegram`
76+- If a required value is missing from those notes:
77+- do not guess
78+- ask the maintainer/operator for the current value or the current 1Password item name
79+- for Telegram direct runs, `OPENCLAW_QA_TELEGRAM_GROUP_ID` may be stored separately from `Telegram E2E`
80+- for Convex runs, if the current `OPENCLAW_QA_CONVEX_SITE_URL` is not in the obvious notes, ask for the active pool URL before running
81+- Prefer direct Telegram envs for the npm Telegram Docker lane when available:
82+83+```bash
84+OPENCLAW_QA_TELEGRAM_GROUP_ID="..." \
85+OPENCLAW_QA_TELEGRAM_DRIVER_BOT_TOKEN="..." \
86+OPENCLAW_QA_TELEGRAM_SUT_BOT_TOKEN="..." \
87+OPENCLAW_QA_PROVIDER_MODE="mock-openai" \
88+OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC="openclaw@beta" \
89+pnpm test:docker:npm-telegram-live
90+```
91+5292## Character evals
53935494Use `qa character-eval` for style/persona/vibe checks across multiple live models.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。