core-utils
Preparing search index...
@clipboard-health/playwright-reporter-llm
TestError
Interface TestError
interface
TestError
{
diff
?:
{
actual
:
string
;
expected
:
string
}
;
location
?:
TestLocation
;
message
:
string
;
snippet
?:
string
;
stack
?:
string
;
}
Index
Properties
diff?
location?
message
snippet?
stack?
Properties
Optional
diff
diff
?:
{
actual
:
string
;
expected
:
string
}
Optional
location
location
?:
TestLocation
message
message
:
string
Optional
snippet
snippet
?:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
diff
location
message
snippet
stack
core-utils
Loading...