Skip to content

feat(hub): expose PTY session results #1081

feat(hub): expose PTY session results

feat(hub): expose PTY session results #1081

Triggered via pull request August 31, 2026 10:02
Status Failure
Total duration 5m 2s
Artifacts

ci.yml

on: pull_request
Matrix: unit-test / test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 notice
unit-test / test (windows-latest, 26)
Process completed with exit code 1.
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost interactive PTY sessions > getResult() marks a terminated PTY run as killed: packages/hub/src/node/__tests__/host-terminals.test.ts#L477
AssertionError: expected { …(3) } to match object { …(3) } - Expected + Received { "exitCode": undefined, "output": "started", - "signal": Any<Number>, + "signal": undefined, } ❯ src/node/__tests__/host-terminals.test.ts:477:25
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost interactive PTY sessions > getResult() marks a terminated PTY run as killed: packages/hub/src/node/__tests__/host-terminals.test.ts#L477
AssertionError: expected { …(3) } to match object { …(3) } - Expected + Received { "exitCode": undefined, "output": "started:\\hostedtoolcache\\windows\\node\\24.19.0\\x64\\node.exe�", - "signal": Any<Number>, + "signal": undefined, } ❯ src/node/__tests__/host-terminals.test.ts:477:25
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost interactive PTY sessions > getResult() marks a terminated PTY run as killed: packages/hub/src/node/__tests__/host-terminals.test.ts#L477
AssertionError: expected { …(3) } to match object { …(3) } - Expected + Received { "exitCode": undefined, "output": "started:\\hostedtoolcache\\windows\\node\\22.23.2\\x64\\node.exe�", - "signal": Any<Number>, + "signal": undefined, } ❯ src/node/__tests__/host-terminals.test.ts:477:25
🎭 Playwright Run Summary
17 passed (21.5s)