Interface: RetryAttempt
June 6, 2026 ยท View on GitHub
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?
optionalduration?:number
Defined in: types.ts:186
Duration of this attempt in milliseconds
message?
optionalmessage?:string
Defined in: types.ts:188
Error message
trace?
optionaltrace?:string
Defined in: types.ts:190
Stack trace
line?
optionalline?:number
Defined in: types.ts:192
Line number
snippet?
optionalsnippet?:string
Defined in: types.ts:194
Code snippet
stdout?
optionalstdout?:string[]
Defined in: types.ts:196
Standard output
stderr?
optionalstderr?:string[]
Defined in: types.ts:198
Standard error
start?
optionalstart?:number
Defined in: types.ts:200
Start timestamp
stop?
optionalstop?:number
Defined in: types.ts:202
Stop timestamp
attachments?
optionalattachments?:Attachment[]
Defined in: types.ts:204
Attachments for this attempt
extra?
optionalextra?:Record<string,unknown>
Defined in: types.ts:206
Custom metadata