Files
agents_and_robots/.gitignore
T
egutierrez d04a309313 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>
2026-03-08 14:11:58 +00:00

21 lines
179 B
Plaintext

.env
*.db
*.log
data/
bin/
/launcher
run/*.pid
run/*.log
logs/
/agentctl
/dashboard
/verify
# E2E tests
e2e/node_modules/
e2e/test-results/
e2e/.auth/
e2e/.env
e2e/element-web/