Skip to content

Interface: TermwrightRetryOptions

@termwright/test


@termwright/test / TermwrightRetryOptions

Defined in: test/src/config.ts:215

readonly optional ci?: number

Defined in: test/src/config.ts:217

Additional attempts on CI. Default 0; diagnostics must opt in explicitly.


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

Defined in: test/src/config.ts:221

Environment used for CI detection and TERMWRIGHT_RETRIES.


readonly optional local?: number

Defined in: test/src/config.ts:219

Additional attempts outside CI. Default 0.