Modo autônomo: gera, roda, corrige e aprende
qa_autoAutonomously generates and runs tests, analyzes failures, applies fixes, and iterates until tests pass or retry limit is reached.
Instructions
[AGENTE AUTÔNOMO] Loop completo: detecta projeto → gera teste → roda → se falhar: analisa, corrige, roda de novo → aprende com erros. Repete até passar ou atingir max_retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | O que testar (ex: 'login flow', 'checkout', 'API /users'). | |
| framework | No | Framework (detectado automaticamente se omitido). | |
| maxRetries | No | Máximo de tentativas de correção. Default: 3. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| attempts | Yes | ||
| learnings | No | ||
| finalStatus | Yes | ||
| testFilePath | No |