Interface: LaunchOverrides
@termwright/test / LaunchOverrides
Interface: LaunchOverrides
Section titled “Interface: LaunchOverrides”Defined in: test/src/options.ts:38
What a single launch() call may override on top of everything else.
Properties
Section titled “Properties”columns?
Section titled “columns?”
readonlyoptionalcolumns?:number
Defined in: test/src/options.ts:40
command?
Section titled “command?”
readonlyoptionalcommand?: readonlystring[]
Defined in: test/src/options.ts:39
readonlyoptionalenv?:Readonly<Record<string,string>>
Defined in: test/src/options.ts:44
requiredCapabilities?
Section titled “requiredCapabilities?”
readonlyoptionalrequiredCapabilities?: 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
readonlyoptionalrows?:number
Defined in: test/src/options.ts:41
terminalProfile?
Section titled “terminalProfile?”
readonlyoptionalterminalProfile?:TerminalProfileId
Defined in: test/src/options.ts:42
timeouts?
Section titled “timeouts?”
readonlyoptionaltimeouts?:TimeoutClasses
Defined in: test/src/options.ts:45
trace?
Section titled “trace?”
readonlyoptionaltrace?:TraceMode
Defined in: test/src/options.ts:46