Interface: TermwrightRetryOptions
@termwright/test / TermwrightRetryOptions
Interface: TermwrightRetryOptions
Section titled “Interface: TermwrightRetryOptions”Defined in: test/src/config.ts:215
Properties
Section titled “Properties”
readonlyoptionalci?:number
Defined in: test/src/config.ts:217
Additional attempts on CI. Default 0; diagnostics must opt in explicitly.
readonlyoptionalenv?:Readonly<Record<string,string|undefined>>
Defined in: test/src/config.ts:221
Environment used for CI detection and TERMWRIGHT_RETRIES.
local?
Section titled “local?”
readonlyoptionallocal?:number
Defined in: test/src/config.ts:219
Additional attempts outside CI. Default 0.