fix: update Vite port to 5173 and enhance Playwright coverage reporting

This commit is contained in:
GitHub Actions
2026-01-21 15:15:22 +00:00
parent 84224ceef9
commit 029bd490ef
4 changed files with 168 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ main() {
log_info "Coverage output: ${PROJECT_ROOT}/coverage/e2e/"
log_info ""
log_info "Coverage architecture:"
log_info " Tests → Vite (localhost:3000) → serves source files"
log_info " Tests → Vite (localhost:${VITE_PORT}) → serves source files"
log_info " Vite → Docker (localhost:8080) → API proxy"
# Execute Playwright tests with coverage