feat: 增强测试框架功能
Some checks failed
AI Web Tester CI / test (push) Has been cancelled

主要改进:
- 新增统一测试器 (universal_tester.py) 支持多种测试模式
- 优化测试报告生成器,支持汇总报告和操作截图
- 增强探索器 DFS 算法和状态指纹识别
- 新增智能测试配置 (smart_test.yaml)
- 改进 AI 模型集成 (GLM/Gemini 支持)
- 添加开发调试工具和文档
This commit is contained in:
empty
2026-01-05 20:23:02 +08:00
parent 3447ea340a
commit 1f1cc4db9a
31 changed files with 4631 additions and 770 deletions

View File

@@ -0,0 +1,11 @@
# 极简测试配置 - 适合未知系统
name: 快速功能测试
url: "http://47.99.105.253:8084"
mode: explore # 只用探索模式让AI自由发现
# 简单的探索配置
explore_config:
max_depth: 30 # 适中的深度
max_clicks: 2000 # 快速测试
# 不设置 focus_patterns让AI自由发现
dangerous_patterns: ["退出", "注销"] # 只避开危险操作