Files
agent/.agent/workflows/test.md
2026-02-16 12:55:04 +08:00

22 lines
523 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: 启动 QA 测试专家 (@qa-tester) 对功能进行验证
---
## 使用方式
输入 `/test` 启动 QA 测试。需确保研发环境dev server已启动。
## 工作流程
1. **环境检查**:
- 确认项目已运行 (npm run dev)
- 确认 Chrome DevTools MCP 已连接
2. **执行测试**:
- 调用 `@qa-tester`
- 注入: "请对 [功能模块] 进行功能验证、视觉还原对比和边界测试"
3. **输出报告**:
- 输出测试通过率
- 提交 Bug 清单 (P0/P1)