Skip to content

Function: termwrightRetry()

@termwright/test


@termwright/test / termwrightRetry

termwrightRetry(options?): number

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

Resolves the number for Vitest’s native test.retry option.

TERMWRIGHT_RETRIES wins when present and always means additional attempts, matching Vitest’s own retry semantics. Termwright never schedules a second whole-suite run.

TermwrightRetryOptions = {}

number