惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
S
SegmentFault 最新的问题
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
L
LangChain Blog
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
雷峰网
雷峰网
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(qa): add mantis Slack desktop smoke · openclaw/openc...
steipete · 2026-05-04 · via Recent Commits to openclaw:main

@@ -29,26 +29,26 @@ Current pieces:

2929

Every QA flow runs under `pnpm openclaw qa <subcommand>`. Many have `pnpm qa:*`

3030

script aliases; both forms are supported.

313132-

| Command | Purpose |

33-

| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

34-

| `qa run` | Bundled QA self-check; writes a Markdown report. |

35-

| `qa suite` | Run repo-backed scenarios against the QA gateway lane. Aliases: `pnpm openclaw qa suite --runner multipass` for a disposable Linux VM. |

36-

| `qa coverage` | Print the markdown scenario-coverage inventory (`--json` for machine output). |

37-

| `qa parity-report` | Compare two `qa-suite-summary.json` files and write the agentic parity report. |

38-

| `qa character-eval` | Run the character QA scenario across multiple live models with a judged report. See [Reporting](#reporting). |

39-

| `qa manual` | Run a one-off prompt against the selected provider/model lane. |

40-

| `qa ui` | Start the QA debugger UI and local QA bus (alias: `pnpm qa:lab:ui`). |

41-

| `qa docker-build-image` | Build the prebaked QA Docker image. |

42-

| `qa docker-scaffold` | Write a docker-compose scaffold for the QA dashboard + gateway lane. |

43-

| `qa up` | Build the QA site, start the Docker-backed stack, print the URL (alias: `pnpm qa:lab:up`; `:fast` variant adds `--use-prebuilt-image --bind-ui-dist --skip-ui-build`). |

44-

| `qa aimock` | Start only the AIMock provider server. |

45-

| `qa mock-openai` | Start only the scenario-aware `mock-openai` provider server. |

46-

| `qa credentials doctor` / `add` / `list` / `remove` | Manage the shared Convex credential pool. |

47-

| `qa matrix` | Live transport lane against a disposable Tuwunel homeserver. See [Matrix QA](/concepts/qa-matrix). |

48-

| `qa telegram` | Live transport lane against a real private Telegram group. |

49-

| `qa discord` | Live transport lane against a real private Discord guild channel. |

50-

| `qa slack` | Live transport lane against a real private Slack channel. |

51-

| `qa mantis` | Before and after verification runner for live transport bugs, with Discord status-reactions evidence and a Crabbox desktop/browser smoke. See [Mantis](/concepts/mantis). |

32+

| Command | Purpose |

33+

| --------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

34+

| `qa run` | Bundled QA self-check; writes a Markdown report. |

35+

| `qa suite` | Run repo-backed scenarios against the QA gateway lane. Aliases: `pnpm openclaw qa suite --runner multipass` for a disposable Linux VM. |

36+

| `qa coverage` | Print the markdown scenario-coverage inventory (`--json` for machine output). |

37+

| `qa parity-report` | Compare two `qa-suite-summary.json` files and write the agentic parity report. |

38+

| `qa character-eval` | Run the character QA scenario across multiple live models with a judged report. See [Reporting](#reporting). |

39+

| `qa manual` | Run a one-off prompt against the selected provider/model lane. |

40+

| `qa ui` | Start the QA debugger UI and local QA bus (alias: `pnpm qa:lab:ui`). |

41+

| `qa docker-build-image` | Build the prebaked QA Docker image. |

42+

| `qa docker-scaffold` | Write a docker-compose scaffold for the QA dashboard + gateway lane. |

43+

| `qa up` | Build the QA site, start the Docker-backed stack, print the URL (alias: `pnpm qa:lab:up`; `:fast` variant adds `--use-prebuilt-image --bind-ui-dist --skip-ui-build`). |

44+

| `qa aimock` | Start only the AIMock provider server. |

45+

| `qa mock-openai` | Start only the scenario-aware `mock-openai` provider server. |

46+

| `qa credentials doctor` / `add` / `list` / `remove` | Manage the shared Convex credential pool. |

47+

| `qa matrix` | Live transport lane against a disposable Tuwunel homeserver. See [Matrix QA](/concepts/qa-matrix). |

48+

| `qa telegram` | Live transport lane against a real private Telegram group. |

49+

| `qa discord` | Live transport lane against a real private Discord guild channel. |

50+

| `qa slack` | Live transport lane against a real private Slack channel. |

51+

| `qa mantis` | Before and after verification runner for live transport bugs, with Discord status-reactions evidence, Crabbox desktop/browser smoke, and Slack-in-VNC smoke. See [Mantis](/concepts/mantis). |

52525353

## Operator flow

5454

@@ -121,6 +121,23 @@ pnpm openclaw qa slack

121121122122

They target a pre-existing real channel with two bots (driver + SUT). Required env vars, scenario lists, output artifacts, and the Convex credential pool are documented in [Telegram, Discord, and Slack QA reference](#telegram-discord-and-slack-qa-reference) below.

123123124+

For a full Slack desktop VM run with VNC rescue, run:

125+126+

```bash

127+

pnpm openclaw qa mantis slack-desktop-smoke \

128+

--gateway-setup \

129+

--scenario slack-canary \

130+

--keep-lease

131+

```

132+133+

That command leases a Crabbox desktop/browser machine, runs the Slack live lane

134+

inside the VM, opens Slack Web in the VNC browser, captures the desktop, and

135+

copies `slack-qa/` plus `slack-desktop-smoke.png` back to the Mantis artifact

136+

directory. Reuse `--lease-id <cbx_...>` after logging in to Slack Web manually

137+

through VNC. With `--gateway-setup`, Mantis leaves a persistent OpenClaw Slack

138+

gateway running inside the VM on port `38973`; without it, the command runs the

139+

normal bot-to-bot Slack QA lane and exits after artifact capture.

140+124141

Before using pooled live credentials, run:

125142126143

```bash