Files
everything-is-suitable/test-selection-report.md
T
张翔 08ea5fbe98 feat(admin): 添加用户管理相关文件
添加用户管理视图、API和状态管理文件
2026-03-28 14:37:29 +08:00

20 lines
535 B
Markdown
Raw 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.
# 智能测试选择分析报告
## 变更文件 (3个)
- everything-is-suitable-admin/src/views/UserManagement.vue
- everything-is-suitable-admin/src/api/user.ts
- everything-is-suitable-admin/src/stores/user.ts
## 受影响模块 (2个)
- user-management
- api
## 选中测试用例 (3个)
- e2e/user-management/*.spec.ts
- e2e/api/user-api.spec.ts
- e2e/api/*.spec.ts
## 执行建议
- 优先执行冒烟测试(@smoke标签
- 然后执行功能测试(@functional标签
- 最后执行边缘场景测试(@edge标签