ci(sprint-19b): add manual e2e workflow#77
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 19B — Workflow E2E manual
Resumen
Añade un workflow manual de GitHub Actions (
JobIT E2E (manual)) para ejecutar el smoke E2Ede Playwright bajo demanda contra un stack completo efímero, sin convertirlo en gate
automático ni required check.
Cambios principales
.github/workflows/e2e.ymlcon trigger exclusivoworkflow_dispatch.docs/sprints/sprint-19b-e2e-manual-workflow-plan.md.docs/specs/features/ci-quality-gates.md: el E2E manual queda disponible desde Sprint 19B.Estrategia técnica
postgres:16como service efímero con healthcheck.prisma generate+prisma migrate deployexplícito + seed contsx prisma/seed.ts.node dist/server.jsy espera de/health.next start, espera de:3000.reuseExistingServer: trueexistente →
playwright.config.tsintacto.NODE_ENV=productionúnicamente en el step de arranque de la API(a nivel de job rompería
pnpm installal omitir devDependencies).Importante
Este workflow no se ejecuta en PR ni en push, no es required check, no modifica branch
protection, no usa secrets reales y no toca
playwright.config.ts.Verificaciones
workflow_dispatch, jobe2e, timeout 20).git diff --check→ OK.ejecutaron suites).
JobIT CI.Fuera de alcance respetado
package.json/pnpm-lock.yaml, Prisma ni tests E2E.Revisión
PR lista para revisión humana. No mergear por CLI. Tras el merge, primera ejecución manual:
gh workflow run e2e.yml --ref dev(documentado en el plan del sprint).