82f1e3856f
CI / Test (pull_request) Successful in 28s
CI / Lint & Typecheck (pull_request) Successful in 31s
CI / E2E Tests (pull_request) Successful in 1m32s
CI / Build (pull_request) Successful in 2m32s
CI / Build & Push Docker Images (pull_request) Successful in 35s
CI / Update Infra Image Tags (pull_request) Has been skipped
CI / Web E2E (Dev) (pull_request) Has been cancelled
CI / Deploy PR to groombook-dev (pull_request) Has been cancelled
The Playwright config hardcoded localhost:8080 as baseURL, ignoring the PLAYWRIGHT_BASE_URL env var set in CI. Docker Compose was also missing extra_hosts to resolve host.docker.internal on Gitea Actions runners (which use DIND). Fixes GRO-1496. Co-Authored-By: Paperclip <noreply@paperclip.ing>