From 77a7a693e11d509c92c812da02cc484c24673bbc Mon Sep 17 00:00:00 2001 From: Adrian Flores Cortes Date: Tue, 3 Feb 2026 16:14:18 -0600 Subject: [PATCH] docs: Update PROXIMA-ACCION.md - E2E tests completed - E2E tests for Sales, MLM, Goals marked as completed (72 tests) - Updated metrics: 830 unitarios + 119 E2E - All P2 gaps now resolved Co-Authored-By: Claude Opus 4.5 --- orchestration/PROXIMA-ACCION.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/orchestration/PROXIMA-ACCION.md b/orchestration/PROXIMA-ACCION.md index aecba402..9c01d9b3 100644 --- a/orchestration/PROXIMA-ACCION.md +++ b/orchestration/PROXIMA-ACCION.md @@ -76,8 +76,8 @@ El proyecto template-saas ha completado: | DDL | 17 schemas, 48 tablas, RLS completo | | Backend | 23 módulos NestJS, 165+ endpoints | | Frontend | 38 páginas, 159+ hooks | -| Tests | 750 unitarios + 47 E2E | -| Cobertura | 70.5% | +| Tests | 830 unitarios + 119 E2E | +| Cobertura | 72.5% | | Documentación | SIMCO v4.0 100% | --- @@ -155,7 +155,7 @@ Propagar patrones SaaS a erp-core y verticales ERP. ### Prioridad Media (P2) - ✅ ~~4 archivos de tests eliminados~~ - RECREADOS (products, activities, leads, dashboard) - ✅ ~~2 archivos de tests con errores~~ - VERIFICADOS OK (billing 346 tests, webhooks 117 tests) -- E2E tests para módulos avanzados (sales, mlm, goals) +- ✅ ~~E2E tests para módulos avanzados~~ - COMPLETADOS (sales, mlm, goals - 72 tests) ### Prioridad Baja (P3) - ✅ ~~Agregar campo `code` a DDL de roles~~ - COMPLETADO (code, is_active, metadata) @@ -170,6 +170,7 @@ Propagar patrones SaaS a erp-core y verticales ERP. - ✅ 4 controller tests recreados: products, activities, leads, dashboard (39 tests) - ✅ DDL roles actualizado: code, is_active, metadata agregados - ✅ BACKEND_INVENTORY.yml actualizado a v4.2.0 +- ✅ E2E tests Playwright: Sales, MLM, Goals (72 tests) ---