@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
HealerPatch
接口 HealerPatch
interface
HealerPatch
{
testId
:
string
;
testTitle
:
string
;
filePath
:
string
;
originalCode
:
string
;
patchedCode
:
string
;
unifiedDiff
:
string
;
confidence
:
number
;
reason
:
string
;
appliedAt
?:
number
;
appliedBy
?:
"auto"
|
"manual"
;
verified
?:
boolean
;
lineNumber
?:
number
;
context
?:
string
;
}
索引
属性
test
Id
test
Title
file
Path
original
Code
patched
Code
unified
Diff
confidence
reason
applied
At?
applied
By?
verified?
line
Number?
context?
属性
test
Id
testId
:
string
test
Title
testTitle
:
string
file
Path
filePath
:
string
original
Code
originalCode
:
string
patched
Code
patchedCode
:
string
unified
Diff
unifiedDiff
:
string
confidence
confidence
:
number
reason
reason
:
string
可选
applied
At
appliedAt
?:
number
可选
applied
By
appliedBy
?:
"auto"
|
"manual"
可选
verified
verified
?:
boolean
可选
line
Number
lineNumber
?:
number
可选
context
context
?:
string
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
test
Title
file
Path
original
Code
patched
Code
unified
Diff
confidence
reason
applied
At
applied
By
verified
line
Number
context
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……