core-utils
Preparing search index...
@clipboard-health/playwright-reporter-llm
AttemptResult
Interface AttemptResult
interface
AttemptResult
{
attachments
:
TestAttachment
[]
;
attempt
:
number
;
consoleMessages
:
ConsoleEntry
[]
;
durationMs
:
number
;
error
?:
TestError
;
failureArtifacts
?:
FailureArtifacts
;
network
:
NetworkRequest
[]
;
parallelIndex
:
number
;
startTime
:
string
;
status
:
TestStatus
;
stderr
:
string
;
stdout
:
string
;
steps
:
FlatStep
[]
;
timeline
:
TimelineEntry
[]
;
workerIndex
:
number
;
}
Index
Properties
attachments
attempt
console
Messages
duration
Ms
error?
failure
Artifacts?
network
parallel
Index
start
Time
status
stderr
stdout
steps
timeline
worker
Index
Properties
attachments
attachments
:
TestAttachment
[]
attempt
attempt
:
number
console
Messages
consoleMessages
:
ConsoleEntry
[]
duration
Ms
durationMs
:
number
Optional
error
error
?:
TestError
Optional
failure
Artifacts
failureArtifacts
?:
FailureArtifacts
network
network
:
NetworkRequest
[]
parallel
Index
parallelIndex
:
number
start
Time
startTime
:
string
status
status
:
TestStatus
stderr
stderr
:
string
stdout
stdout
:
string
steps
steps
:
FlatStep
[]
timeline
timeline
:
TimelineEntry
[]
worker
Index
workerIndex
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
attempt
console
Messages
duration
Ms
error
failure
Artifacts
network
parallel
Index
start
Time
status
stderr
stdout
steps
timeline
worker
Index
core-utils
Loading...