v1.0 - Version stable: multi-PC, détection UI-DETR-1, 3 modes exécution
- Frontend v4 accessible sur réseau local (192.168.1.40) - Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard) - Ollama GPU fonctionnel - Self-healing interactif - Dashboard confiance Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
55
test_configurations_etapes.json
Normal file
55
test_configurations_etapes.json
Normal file
@@ -0,0 +1,55 @@
|
||||
[
|
||||
{
|
||||
"name": "Action VWB avec flag",
|
||||
"step": {
|
||||
"id": "test_vwb_flag",
|
||||
"type": "click_anchor",
|
||||
"name": "Clic VWB avec flag",
|
||||
"data": {
|
||||
"isVWBCatalogAction": true,
|
||||
"vwbActionId": "click_anchor",
|
||||
"parameters": {}
|
||||
}
|
||||
},
|
||||
"expected": "VWBActionProperties"
|
||||
},
|
||||
{
|
||||
"name": "Action VWB connue sans flag",
|
||||
"step": {
|
||||
"id": "test_vwb_known",
|
||||
"type": "type_text",
|
||||
"name": "Saisie VWB connue",
|
||||
"data": {
|
||||
"parameters": {}
|
||||
}
|
||||
},
|
||||
"expected": "VWBActionProperties (détection automatique)"
|
||||
},
|
||||
{
|
||||
"name": "Étape standard",
|
||||
"step": {
|
||||
"id": "test_standard",
|
||||
"type": "click",
|
||||
"name": "Clic standard",
|
||||
"data": {
|
||||
"parameters": {
|
||||
"target": null,
|
||||
"clickType": "left"
|
||||
}
|
||||
}
|
||||
},
|
||||
"expected": "StandardParametersEditor"
|
||||
},
|
||||
{
|
||||
"name": "Type inconnu",
|
||||
"step": {
|
||||
"id": "test_unknown",
|
||||
"type": "unknown_action",
|
||||
"name": "Action inconnue",
|
||||
"data": {
|
||||
"parameters": {}
|
||||
}
|
||||
},
|
||||
"expected": "EmptyStateMessage"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user