Promote dev → uat: fix(e2e) PLAYWRIGHT_BASE_URL + host.docker.internal (GRO-1496) #431

Merged
The Dogfather merged 3 commits from dev into uat 2026-05-21 21:04:21 +00:00
Showing only changes of commit fe5de5fec8 - Show all commits
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Run E2E tests
run: pnpm --filter @groombook/e2e test
env:
PLAYWRIGHT_BASE_URL: http://host.docker.internal:8080
PLAYWRIGHT_BASE_URL: http://localhost:8080
- name: Stop Docker Compose stack
if: always()