@yuantest/playwright - v1.0.5
GitHub
npm
正在准备搜索索引...
VisualTestResult
接口 VisualTestResult
interface
VisualTestResult
{
testId
:
string
;
testName
:
string
;
status
:
VisualTestStatus
;
baselinePath
:
string
;
comparisonPath
:
string
;
diffPath
:
string
;
diffPixelRatio
:
number
;
diffPixels
:
number
;
threshold
:
number
;
timestamp
:
number
;
browser
:
BrowserType
;
}
索引
属性
test
Id
test
Name
status
baseline
Path
comparison
Path
diff
Path
diff
Pixel
Ratio
diff
Pixels
threshold
timestamp
browser
属性
test
Id
testId
:
string
test
Name
testName
:
string
status
status
:
VisualTestStatus
baseline
Path
baselinePath
:
string
comparison
Path
comparisonPath
:
string
diff
Path
diffPath
:
string
diff
Pixel
Ratio
diffPixelRatio
:
number
diff
Pixels
diffPixels
:
number
threshold
threshold
:
number
timestamp
timestamp
:
number
browser
browser
:
BrowserType
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
test
Name
status
baseline
Path
comparison
Path
diff
Path
diff
Pixel
Ratio
diff
Pixels
threshold
timestamp
browser
GitHub
GitHub
npm
@yuantest/playwright - v1.0.5
加载中……