chore(ci): Work on improving flaky Windows playwright smoke tests#1756
Conversation
✅ Deploy Preview for cedarjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryThis PR applies the
Confidence Score: 5/5Safe to merge — the change is a mechanical host-string replacement with no logic alterations. All changes are straightforward string substitutions in test config and test assertion files. The cookie domain fix is also correct — the old value included a port, which is invalid per the cookie spec. No runtime logic, no production paths, and no schema changes are touched.
Important Files Changed
Reviews (5): Last reviewed commit: "dbAuth secret gen" | Re-trigger Greptile |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 5s | View ↗ |
nx run-many -t build |
✅ Succeeded | <1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-12 13:23:52 UTC
|
The changes in this PR are now available on npm. Try them out by running Or try it in a new app with |
) From run [25702624909](https://github.com/cedarjs/cedar/actions/runs/25702624909/job/75468866374) (PR #1754, Windows fragments smoke tests): - 10 tests total, 3 passed, 7 failed across all retries - The 3 passing tests use `noJsBrowser` to navigate to pre-rendered pages - Every `page.goto()` call fails with `ERR_CONNECTION_REFUSED` - `page.waitForResponse()` times out after 30 seconds - All 3 retries per test produce the same error — the server does not recover

From run
25702624909
(PR #1754, Windows fragments smoke tests):
noJsBrowserto navigate to pre-rendered pagespage.goto()call fails withERR_CONNECTION_REFUSEDpage.waitForResponse()times out after 30 seconds