Skip to content

Interface: LaunchOverrides

@termwright/test


@termwright/test / LaunchOverrides

Defined in: test/src/options.ts:38

What a single launch() call may override on top of everything else.

readonly optional columns?: number

Defined in: test/src/options.ts:40


readonly optional command?: readonly string[]

Defined in: test/src/options.ts:39


readonly optional env?: Readonly<Record<string, string>>

Defined in: test/src/options.ts:44


readonly optional requiredCapabilities?: readonly ("focus" | "pointer-input" | "semantic-tree" | "stable-identity" | "intended-geometry" | "clipped-geometry" | "painted-region" | "pointer-geometry" | "pointer-hit-testing" | "scroll" | "render-order" | "action-strategies" | "keyboard-input" | "focus-input" | "paired-revisions")[]

Defined in: test/src/options.ts:43


readonly optional rows?: number

Defined in: test/src/options.ts:41


readonly optional terminalProfile?: TerminalProfileId

Defined in: test/src/options.ts:42


readonly optional timeouts?: TimeoutClasses

Defined in: test/src/options.ts:45


readonly optional trace?: TraceMode

Defined in: test/src/options.ts:46