Skip to content

Fix landscape screenshot orientation #491

Fix landscape screenshot orientation

Fix landscape screenshot orientation #491

Re-run triggered January 27, 2026 19:44
Status Failure
Total duration 1m 53s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build-and-test (24.x)
Process completed with exit code 2.
build-and-test (24.x): src/mcp/tools/simulator/__tests__/screenshot.test.ts#L423
Type '(command: string[], logPrefix?: string | undefined, useShell?: boolean | undefined, opts?: CommandExecOptions | undefined, detached?: boolean | undefined) => Promise<...>' is not assignable to type 'CommandExecutor'.
build-and-test (24.x): src/mcp/tools/simulator/__tests__/screenshot.test.ts#L238
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.
build-and-test (24.x): src/mcp/tools/simulator/__tests__/screenshot.test.ts#L170
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.
build-and-test (24.x): src/mcp/tools/simulator/__tests__/screenshot.test.ts#L93
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.