Interface: RetryAttempt

June 6, 2026 ยท View on GitHub

CTRF


CTRF / RetryAttempt

Interface: RetryAttempt

Defined in: types.ts:180

Details of a test retry attempt

Properties

attempt

attempt: number

Defined in: types.ts:182

Attempt number (1-indexed)


status

status: TestStatus

Defined in: types.ts:184

Status of this attempt


duration?

optional duration?: number

Defined in: types.ts:186

Duration of this attempt in milliseconds


message?

optional message?: string

Defined in: types.ts:188

Error message


trace?

optional trace?: string

Defined in: types.ts:190

Stack trace


line?

optional line?: number

Defined in: types.ts:192

Line number


snippet?

optional snippet?: string

Defined in: types.ts:194

Code snippet


stdout?

optional stdout?: string[]

Defined in: types.ts:196

Standard output


stderr?

optional stderr?: string[]

Defined in: types.ts:198

Standard error


start?

optional start?: number

Defined in: types.ts:200

Start timestamp


stop?

optional stop?: number

Defined in: types.ts:202

Stop timestamp


attachments?

optional attachments?: Attachment[]

Defined in: types.ts:204

Attachments for this attempt


extra?

optional extra?: Record<string, unknown>

Defined in: types.ts:206

Custom metadata