Files
rpa_vision_v3/.kiro/hooks/adapt-tests-real.kiro.hook
Dom a7de6a488b feat: replay E2E fonctionnel — 25/25 actions, 0 retries, SomEngine via serveur
Validé sur PC Windows (DESKTOP-58D5CAC, 2560x1600) :
- 8 clics résolus visuellement (1 anchor_template, 1 som_text_match, 6 som_vlm)
- Score moyen 0.75, temps moyen 1.6s
- Texte tapé correctement (bonjour, test word, date, email)
- 0 retries, 2 actions non vérifiées (OK)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 14:04:41 +02:00

17 lines
719 B
Plaintext

{
"enabled": true,
"name": "Adapt Tests to Real Functionality",
"description": "Automatically reviews and adapts test files to ensure they test real functionality instead of using mocks or simulations, maintaining authentic behavior validation",
"version": "1",
"when": {
"type": "promptSubmit"
},
"then": {
"type": "runCommand",
"command": "Un fichier a été modifié. Vérifie que :
- Automatically reviews and adapts test files to ensure they test real functionality instead of using mocks or simulations, maintaining authentic behavior validation.
- Do not create documents without the user's permission."
},
"workspaceFolderName": "rpa_vision_v3",
"shortName": "adapt-tests-real"
}