Phase 3 Testing: dashboard adaptation #493

Closed
opened 2026-05-25 04:35:53 +00:00 by xiaoju · 0 comments
Owner

验证目标

workflow-dashboard 的可视化编辑器适配 status-based routing,边显示 status 标签而不是 condition 名。

Ref: #490

前置

Phase 2 已完成

测试步骤

  • Step 1: dashboard build 通过

    bun run build --filter=workflow-dashboard
    

    预期: 编译成功

  • Step 2: conditional edge 组件已替换为 status edge

    ls packages/workflow-dashboard/src/editor/edges/
    

    预期: 无 conditional.tsx(或已重命名为 status 相关)

  • Step 3: trans-in 正确转换新格式

    bun test packages/workflow-dashboard/ --grep trans-in
    

    预期: 测试通过

  • Step 4: trans-out 正确输出新格式

    bun test packages/workflow-dashboard/ --grep trans-out
    

    预期: 测试通过

  • Step 5: validate 测试通过

    bun test packages/workflow-dashboard/ --grep validate
    

    预期: 测试通过

  • Step 6: dashboard 全量测试

    bun test packages/workflow-dashboard/
    

    预期: 所有测试通过

验证完成标准

所有 checkbox 打勾
dashboard build 通过
边显示 status 而非 condition

## 验证目标 workflow-dashboard 的可视化编辑器适配 status-based routing,边显示 status 标签而不是 condition 名。 Ref: #490 ## 前置 Phase 2 已完成 ## 测试步骤 - [ ] **Step 1: dashboard build 通过** ```bash bun run build --filter=workflow-dashboard ``` **预期:** 编译成功 - [ ] **Step 2: conditional edge 组件已替换为 status edge** ```bash ls packages/workflow-dashboard/src/editor/edges/ ``` **预期:** 无 conditional.tsx(或已重命名为 status 相关) - [ ] **Step 3: trans-in 正确转换新格式** ```bash bun test packages/workflow-dashboard/ --grep trans-in ``` **预期:** 测试通过 - [ ] **Step 4: trans-out 正确输出新格式** ```bash bun test packages/workflow-dashboard/ --grep trans-out ``` **预期:** 测试通过 - [ ] **Step 5: validate 测试通过** ```bash bun test packages/workflow-dashboard/ --grep validate ``` **预期:** 测试通过 - [ ] **Step 6: dashboard 全量测试** ```bash bun test packages/workflow-dashboard/ ``` **预期:** 所有测试通过 ## 验证完成标准 ✅ 所有 checkbox 打勾 ✅ dashboard build 通过 ✅ 边显示 status 而非 condition
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#493