@yuantest/playwright - v1.0.5
GitHub
npm
正在准备搜索索引...
FailureAnalysis
接口 FailureAnalysis
interface
FailureAnalysis
{
testId
:
string
;
title
:
string
;
failureReason
:
string
;
category
:
"assertion"
|
"timeout"
|
"network"
|
"selector"
|
"unknown"
;
suggestions
:
string
[]
;
occurrences
:
number
;
lastOccurrence
:
number
;
}
索引
属性
test
Id
title
failure
Reason
category
suggestions
occurrences
last
Occurrence
属性
test
Id
testId
:
string
title
title
:
string
failure
Reason
failureReason
:
string
category
category
:
"assertion"
|
"timeout"
|
"network"
|
"selector"
|
"unknown"
suggestions
suggestions
:
string
[]
occurrences
occurrences
:
number
last
Occurrence
lastOccurrence
:
number
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
title
failure
Reason
category
suggestions
occurrences
last
Occurrence
GitHub
GitHub
npm
@yuantest/playwright - v1.0.5
加载中……