Files
novalon-manage-system/scripts/test_screenshots/E2E_UAT_Report_20260324_200457.txt
T
张翔 e2ad1331cc feat: 添加测试框架和覆盖率报告功能
feat(测试): 新增Playwright和Vitest测试配置
feat(测试): 添加测试覆盖率报告生成功能
feat(测试): 实现前后端测试脚本集成

fix(测试): 修复测试密码不匹配问题
fix(测试): 修正URL等待策略
fix(测试): 调整错误消息选择器

refactor(测试): 重构测试目录结构
refactor(测试): 优化测试用例组织方式

docs: 更新测试报告文档
docs: 添加测试覆盖率报告模板

ci: 添加Docker测试环境配置
ci: 实现测试自动化脚本

chore: 更新依赖版本
chore: 添加测试相关配置文件
2026-03-25 09:03:37 +08:00

61 lines
2.0 KiB
Plaintext
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.
================================================================================
E2E和UAT测试报告
================================================================================
测试时间: 2026-03-24 20:04:57
总测试数: 5
通过测试: 2
失败测试: 3
通过率: 40.0%
总耗时: 42.77秒
平均耗时: 8.55秒
--------------------------------------------------------------------------------
详细测试结果:
--------------------------------------------------------------------------------
1. TC-001: 完整登录流程
状态: ❌ failed
耗时: 12.64秒
错误: 普通用户登录失败
2. TC-002: 角色管理完整流程
状态: ✅ passed
耗时: 1.42秒
3. TC-003: 菜单管理数据验证
状态: ❌ failed
耗时: 9.37秒
错误: Page.wait_for_selector: Timeout 3000ms exceeded.
Call log:
- waiting for locator("text=登录日志") to be visible
11 × locator resolved to hidden <li tabindex="-1" role="menuitem" data-v-75d0be1e="" class="el-menu-item">…</li>
4. TC-004: 前后端字段映射一致性
状态: ✅ passed
耗时: 1.30秒
5. TC-005: RBAC权限验证
状态: ❌ failed
耗时: 18.05秒
错误: 普通用户登录失败
================================================================================
缺陷统计:
--------------------------------------------------------------------------------
❌ TC-001: 完整登录流程
错误: 普通用户登录失败
❌ TC-003: 菜单管理数据验证
错误: Page.wait_for_selector: Timeout 3000ms exceeded.
Call log:
- waiting for locator("text=登录日志") to be visible
11 × locator resolved to hidden <li tabindex="-1" role="menuitem" data-v-75d0be1e="" class="el-menu-item">…</li>
❌ TC-005: RBAC权限验证
错误: 普通用户登录失败
风险评估:
--------------------------------------------------------------------------------
🔴 高风险: 1个权限相关问题
🟡 中风险: 1个数据相关问题
================================================================================