@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
PredictionResult
接口 PredictionResult
interface
PredictionResult
{
testId
:
string
;
willFail
:
boolean
;
probability
:
number
;
confidence
:
number
;
signals
:
PredictionSignal
[]
;
recommendedAction
:
string
;
predictedAt
:
number
;
}
索引
属性
test
Id
will
Fail
probability
confidence
signals
recommended
Action
predicted
At
属性
test
Id
testId
:
string
will
Fail
willFail
:
boolean
probability
probability
:
number
confidence
confidence
:
number
signals
signals
:
PredictionSignal
[]
recommended
Action
recommendedAction
:
string
predicted
At
predictedAt
:
number
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
will
Fail
probability
confidence
signals
recommended
Action
predicted
At
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……