core-utils
Preparing search index...
@clipboard-health/playwright-reporter-llm
LlmTestEntry
Interface LlmTestEntry
interface
LlmTestEntry
{
annotations
:
{
description
?:
string
;
type
:
string
}
[]
;
attachments
:
TestAttachment
[]
;
attempts
:
AttemptResult
[]
;
durationMs
:
number
;
error
?:
TestError
;
errors
:
TestError
[]
;
flaky
:
boolean
;
id
:
string
;
location
:
TestLocation
;
network
?:
NetworkRequest
[]
;
project
:
string
;
retries
:
number
;
status
:
TestStatus
;
stderr
:
string
;
stdout
:
string
;
steps
?:
FlatStep
[]
;
tags
:
string
[]
;
timeline
:
TimelineEntry
[]
;
title
:
string
;
}
Index
Properties
annotations
attachments
attempts
duration
Ms
error?
errors
flaky
id
location
network?
project
retries
status
stderr
stdout
steps?
tags
timeline
title
Properties
annotations
annotations
:
{
description
?:
string
;
type
:
string
}
[]
attachments
attachments
:
TestAttachment
[]
attempts
attempts
:
AttemptResult
[]
duration
Ms
durationMs
:
number
Optional
error
error
?:
TestError
errors
errors
:
TestError
[]
flaky
flaky
:
boolean
id
id
:
string
location
location
:
TestLocation
Optional
network
network
?:
NetworkRequest
[]
project
project
:
string
retries
retries
:
number
status
status
:
TestStatus
stderr
stderr
:
string
stdout
stdout
:
string
Optional
steps
steps
?:
FlatStep
[]
tags
tags
:
string
[]
timeline
timeline
:
TimelineEntry
[]
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
attachments
attempts
duration
Ms
error
errors
flaky
id
location
network
project
retries
status
stderr
stdout
steps
tags
timeline
title
core-utils
Loading...