feat(agent): agent-native MCP wave — bridges, core surface, instance registry, devframe connect #550
ci.yml
on: pull_request
unit-test
/
lint
1m 33s
e2e
2m 38s
Matrix: unit-test / test
Annotations
6 errors, 1 warning, and 1 notice
|
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
|
|
[devframe] src/node/instance-registry.test.ts > instance registry > registers atomically and unregisters idempotently:
packages/devframe/src/node/instance-registry.test.ts#L41
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-registry-7rylVd\12345-4242.json"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-registry-7rylVd/12345-4242.json"
❯ src/node/instance-registry.test.ts:41:31
|
|
unit-test / test (windows-latest, 26)
Process completed with exit code 1.
|
|
[devframe] src/node/instance-registry.test.ts > instance registry > registers atomically and unregisters idempotently:
packages/devframe/src/node/instance-registry.test.ts#L41
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-registry-ayx3Lg\12345-4242.json"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-registry-ayx3Lg/12345-4242.json"
❯ src/node/instance-registry.test.ts:41:31
|
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[devframe] src/node/instance-registry.test.ts > instance registry > registers atomically and unregisters idempotently:
packages/devframe/src/node/instance-registry.test.ts#L41
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-registry-WHqPu4\12345-4242.json"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-registry-WHqPu4/12345-4242.json"
❯ src/node/instance-registry.test.ts:41:31
|
|
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
17 passed (19.9s)
|