Files
ai-web-tester/tests/configs/github_example.json
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

24 lines
531 B
JSON

{
"name": "GitHub 探索测试",
"url": "https://github.com",
"mode": "explore",
"model": "claude",
"headless": true,
"explore_config": {
"max_depth": 10,
"max_clicks": 50,
"focus_patterns": ["repository", "code", "pull request", "issue"],
"dangerous_patterns": ["delete", "remove", "sign out"]
},
"verifications": [
{
"type": "element_exists",
"value": "header[role='banner']"
},
{
"type": "text_contains",
"value": "Where the world builds software"
}
]
}