Skip to content

Commit 72a05a5

Browse files
feat: update config example and readme
1 parent 5dd23f1 commit 72a05a5

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ test_config: # Test configuration
135135
enabled: True
136136
type: ai # default or ai
137137
business_objectives: example business objectives # Recommended to include test scope, e.g., test search functionality
138+
dynamic_step_generation: # Optional, configuration for dynamic steps generation
139+
enabled: True # Optional, default False, recommended to set True to enable dynamic step generation
140+
max_dynamic_steps: 5 # Optional, default 5 test steps generated per trigger
141+
min_elements_threshold: 2 # Optional, default trigger threshold is 2 DOM element differences
138142
ux_test: # User experience testing
139143
enabled: True
140144
performance_test: # Performance analysis
@@ -170,11 +174,12 @@ UX (User Experience) testing focuses on usability, and user-friendliness. The mo
170174

171175
Based on our testing, these models work well with WebQA Agent:
172176

173-
| Model | Key Strengths | Notes |
174-
|-------|---------------|-------|
175-
| **gpt-4.1-2025-04-14** ⭐ | High accuracy & reliability | **Best choice** |
176-
| **gpt-4.1-mini-2025-04-14** | Cost-effective | **Economical and practical**|
177-
| **doubao-seed-1-6-vision-250815** | Vision capabilities | **Excellent web understanding** |
177+
| Model | Key Strengths | Notes |
178+
|-----------------------------------|-----------------------------|---------------------------------|
179+
| **gpt-4.1-2025-04-14** ⭐ | High accuracy & reliability | **Best choice** |
180+
| **gpt-4.1-mini-2025-04-14** | Cost-effective | **Economical and practical** |
181+
| **qwen3-vl-235b-a22b-instruct** | Open-source, GPT-4.1 level | **Best for on-premise** |
182+
| **doubao-seed-1-6-vision-250815** | Vision capabilities | **Excellent web understanding** |
178183

179184

180185
### View Results

README_zh-CN.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ test_config: # 测试项配置
138138
enabled: True
139139
type: ai # default or ai
140140
business_objectives: example business objectives # 建议加入测试范围,如:测试搜索功能
141+
dynamic_step_generation: # 可选,动态生成步骤配置
142+
enabled: True # 可选, 默认False,建议设置为True使能动态步骤生成
143+
max_dynamic_steps: 5 # 可选,默认每次触发生成5步测试步骤
144+
min_elements_threshold: 2 # 可选,默认触发阈值为2个dom元素差异
141145
ux_test: # 用户体验测试
142146
enabled: True
143147
performance_test: # 性能分析
@@ -173,11 +177,12 @@ UX(用户体验)评估关注网页可用性与友好性。结果中的模型
173177

174178
基于实际测试结果,以下模型表现较好,推荐使用:
175179

176-
| 模型 | 核心优势 | 使用建议 |
177-
|------|----------|----------|
178-
| **gpt-4.1-2025-04-14** ⭐ | 高准确性与可靠性 | **最佳选择** |
179-
| **gpt-4.1-mini-2025-04-14** | 性价比高 | **经济实用** |
180-
| **doubao-seed-1-6-vision-250815** | 支持视觉识别 | **网页理解优异** |
180+
| 模型 | 核心优势 | 使用建议 |
181+
|-----------------------------------|--------------|------------|
182+
| **gpt-4.1-2025-04-14** ⭐ | 高准确性与可靠性 | **最佳选择** |
183+
| **gpt-4.1-mini-2025-04-14** | 性价比高 | **经济实用** |
184+
| **qwen3-vl-235b-a22b-instruct** | 媲美gpt-4.1,开源 | **私有部署首选** |
185+
| **doubao-seed-1-6-vision-250815** | 支持视觉识别 | **网页理解优异** |
181186

182187
### 查看结果
183188

config/config.yaml.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ test_config: # Test configuration
88
enabled: True
99
type: ai # default or ai
1010
business_objectives: Test Baidu search functionality, generate 3 test cases
11+
dynamic_step_generation:
12+
enabled: True
13+
max_dynamic_steps: 10
14+
min_elements_threshold: 1
1115
ux_test:
1216
enabled: True
1317
performance_test:

0 commit comments

Comments
 (0)