Obter métricas de negócio
get_business_metricsRetrieve business metrics including time to bug, defect cost, and flow coverage from executed test runs.
Instructions
Retorna métricas: tempo até bug, custo por defeito (tempo estimado), cobertura por fluxo. Requer run_tests executados e opcionalmente qa-lab-flows.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Período para analisar. Default: 30d. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| summary | Yes | ||
| timeToBug | No | ||
| flowCoverage | No | ||
| costPerDefect | No |