fix(devframe): advertise a dialable origin when bound to a wildcard host #301
ci.yml
on: pull_request
unit-test
/
lint
1m 32s
e2e
1m 50s
Matrix: unit-test / test
Annotations
12 errors, 1 warning, and 1 notice
|
unit-test / test (ubuntu-latest, 26)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:45087' } to deeply equal { url: 'ws://127.0.0.1:45087' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:45087",
+ "url": "ws://localhost:45087",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
unit-test / test (ubuntu-latest, 24)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:36889' } to deeply equal { url: 'ws://127.0.0.1:36889' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:36889",
+ "url": "ws://localhost:36889",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
unit-test / test (ubuntu-latest, 22)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:46857' } to deeply equal { url: 'ws://127.0.0.1:46857' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:46857",
+ "url": "ws://localhost:46857",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
unit-test / test (windows-latest, 26)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:60408' } to deeply equal { url: 'ws://127.0.0.1:60408' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:60408",
+ "url": "ws://localhost:60408",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:55301' } to deeply equal { url: 'ws://127.0.0.1:55301' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:55301",
+ "url": "ws://localhost:55301",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/context.test.ts > startHttpAndWs remote endpoint metadata > sets and clears the internal websocket endpoint:
packages/hub/src/node/__tests__/context.test.ts#L61
AssertionError: expected { url: 'ws://localhost:61779' } to deeply equal { url: 'ws://127.0.0.1:61779' }
- Expected
+ Received
{
- "url": "ws://127.0.0.1:61779",
+ "url": "ws://localhost:61779",
}
❯ src/node/__tests__/context.test.ts:61:52
|
|
e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
14 passed (11.4s)
|