feat: infraestructura base para E2E tests con Playwright

Proyecto Node.js independiente en e2e/ con Playwright + Chromium headless.
Incluye setup-element.sh para descargar y servir Element Web localmente
(puerto 8090 por defecto, 8080 ocupado por Docker).
Scripts de instalacion y placeholder para ejecucion de tests.
Cierra issue 0022a.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 14:11:58 +00:00
parent dfbea6bffb
commit d04a309313
12 changed files with 340 additions and 2 deletions
+8 -1
View File
@@ -11,4 +11,11 @@ logs/
/agentctl
/dashboard
/verify
/verify
# E2E tests
e2e/node_modules/
e2e/test-results/
e2e/.auth/
e2e/.env
e2e/element-web/