@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
FailureAnalysis
接口 FailureAnalysis
interface
FailureAnalysis
{
testId
:
string
;
title
:
string
;
failureReason
:
string
;
category
:
|
"unknown"
|
"assertion"
|
"timeout"
|
"network"
|
"selector"
|
"frame"
|
"auth"
;
suggestions
:
string
[]
;
occurrences
:
number
;
lastOccurrence
:
number
;
firstOccurrence
?:
number
;
filePath
?:
string
;
lineNumber
?:
number
;
stackTrace
?:
string
;
browser
?:
string
;
aiDiagnosis
?:
AIDiagnosis
;
}
索引
属性
test
Id
title
failure
Reason
category
suggestions
occurrences
last
Occurrence
first
Occurrence?
file
Path?
line
Number?
stack
Trace?
browser?
ai
Diagnosis?
属性
test
Id
testId
:
string
title
title
:
string
failure
Reason
failureReason
:
string
category
category
:
|
"unknown"
|
"assertion"
|
"timeout"
|
"network"
|
"selector"
|
"frame"
|
"auth"
suggestions
suggestions
:
string
[]
occurrences
occurrences
:
number
last
Occurrence
lastOccurrence
:
number
可选
first
Occurrence
firstOccurrence
?:
number
可选
file
Path
filePath
?:
string
可选
line
Number
lineNumber
?:
number
可选
stack
Trace
stackTrace
?:
string
可选
browser
browser
?:
string
可选
ai
Diagnosis
aiDiagnosis
?:
AIDiagnosis
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
title
failure
Reason
category
suggestions
occurrences
last
Occurrence
first
Occurrence
file
Path
line
Number
stack
Trace
browser
ai
Diagnosis
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……