[质量] E2E 端到端测试 — Playwright #30

Closed
opened 2026-05-05 01:01:48 +08:00 by admin · 0 comments
Owner

背景

当前无端到端测试,核心用户流程靠手工验证。

需求

  1. 核心流程覆盖:登录 → 创建 Agent → 配置工作流 → 执行 → 查看结果
  2. 对话流程:打开 Agent 对话 → 发送消息 → 验证回复
  3. 错误场景:未登录访问、无效 Agent ID、超时处理
  4. Playwright + 测试用数据库

涉及目录

  • frontend/e2e/

优先级

中 — 回归测试自动化

## 背景 当前无端到端测试,核心用户流程靠手工验证。 ## 需求 1. 核心流程覆盖:登录 → 创建 Agent → 配置工作流 → 执行 → 查看结果 2. 对话流程:打开 Agent 对话 → 发送消息 → 验证回复 3. 错误场景:未登录访问、无效 Agent ID、超时处理 4. Playwright + 测试用数据库 ## 涉及目录 - frontend/e2e/ ## 优先级 中 — 回归测试自动化
admin self-assigned this 2026-05-05 01:01:48 +08:00
admin closed this issue 2026-05-10 14:42:32 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#30