Files
ai-web-tester/tests/configs/simple_test.yaml
empty 1f1cc4db9a
Some checks failed
AI Web Tester CI / test (push) Has been cancelled
feat: 增强测试框架功能
主要改进:
- 新增统一测试器 (universal_tester.py) 支持多种测试模式
- 优化测试报告生成器,支持汇总报告和操作截图
- 增强探索器 DFS 算法和状态指纹识别
- 新增智能测试配置 (smart_test.yaml)
- 改进 AI 模型集成 (GLM/Gemini 支持)
- 添加开发调试工具和文档
2026-01-05 20:23:02 +08:00

12 lines
389 B
YAML
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.
# 极简测试配置 - 适合未知系统
name: 快速功能测试
url: "http://47.99.105.253:8084"
mode: explore # 只用探索模式让AI自由发现
# 简单的探索配置
explore_config:
max_depth: 30 # 适中的深度
max_clicks: 2000 # 快速测试
# 不设置 focus_patterns让AI自由发现
dangerous_patterns: ["退出", "注销"] # 只避开危险操作