- 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>
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
] |