Commit 3767fe0
Fix ui-test: bind preview to 127.0.0.1 and split test steps
The Playwright webServer was timing out because vite preview defaulted
to binding on localhost which may resolve to IPv6 ::1 in the container,
while Playwright checks 127.0.0.1:8005. Explicitly bind to 127.0.0.1
and split unit/e2e test steps for better isolation of the env var.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>1 parent 5d8b8cc commit 3767fe0
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
0 commit comments