test: add workbench dom-only live validation
This commit is contained in:
@@ -60,10 +60,13 @@ Workbench 静态接线检查:
|
||||
|
||||
```sh
|
||||
node scripts/dev-cloud-workbench-smoke.mjs --static
|
||||
node scripts/dev-cloud-workbench-smoke.mjs --dom-only --url http://74.48.78.17:16666/
|
||||
```
|
||||
|
||||
该命令验证 Workbench 默认页、同源只读边界和 `/v1/agent/chat` 前端主流程接线。它只产出
|
||||
`SOURCE` 级证据。
|
||||
`SOURCE` 级证据。`--dom-only` 会保留部署 runtime/web-asset identity preflight,
|
||||
但只做真实 DEV DOM/help 只读观察;它不会发送 `/v1/agent/chat`,Code Agent journey
|
||||
必须记录为 `not_applicable`,不能冒充真实 DEV-LIVE reply。
|
||||
|
||||
授权凭证注入后的真实 DEV 复测:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user