35 lines
916 B
JSON
35 lines
916 B
JSON
{
|
|
"feature_id": "F-039",
|
|
"agent": "qa",
|
|
"verdict": "APPROVED",
|
|
"summary": "QA approved.",
|
|
"evidence": [
|
|
"npm build passed",
|
|
"curl /products/almendras shows \u20ac10.83 gross, \u20ac8.95 net",
|
|
"curl /products shows 12 products",
|
|
"404 works"
|
|
],
|
|
"timestamp": "2026-08-16T08:17:06Z",
|
|
"acceptance": [
|
|
{
|
|
"criterion": "/products listing renders",
|
|
"status": "PASS",
|
|
"evidence": "curl shows aceite, almendra, vitamina, crema"
|
|
},
|
|
{
|
|
"criterion": "/products/[slug] renders with price",
|
|
"status": "PASS",
|
|
"evidence": "\u20ac10.83 gross / \u20ac8.95 net shown"
|
|
},
|
|
{
|
|
"criterion": "/products/[slug] shows stock",
|
|
"status": "PASS",
|
|
"evidence": "stock available shown"
|
|
},
|
|
{
|
|
"criterion": "404 for non-existent product",
|
|
"status": "PASS",
|
|
"evidence": "curl returns \"Producto no encontrado\""
|
|
}
|
|
]
|
|
} |