@@ -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
171175Based 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
0 commit comments