feat(hub): expose PTY session results #1081
ci.yml
on: pull_request
unit-test
/
lint
4m 14s
e2e
3m 29s
Matrix: unit-test / test
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)
|