@yuantest/playwright - v1.0.5
GitHub
npm
正在准备搜索索引...
TestResult
接口 TestResult
interface
TestResult
{
id
:
string
;
title
:
string
;
fullTitle
?:
string
;
file
?:
string
;
line
?:
number
;
column
?:
number
;
status
:
"passed"
|
"failed"
|
"skipped"
|
"timedout"
;
duration
:
number
;
error
?:
string
;
retries
:
number
;
timestamp
:
number
;
browser
:
BrowserType
;
shard
?:
number
;
screenshots
?:
string
[]
;
videos
?:
string
[]
;
traces
?:
string
[]
;
logs
?:
string
[]
;
}
索引
属性
id
title
full
Title?
file?
line?
column?
status
duration
error?
retries
timestamp
browser
shard?
screenshots?
videos?
traces?
logs?
属性
id
id
:
string
title
title
:
string
可选
full
Title
fullTitle
?:
string
可选
file
file
?:
string
可选
line
line
?:
number
可选
column
column
?:
number
status
status
:
"passed"
|
"failed"
|
"skipped"
|
"timedout"
duration
duration
:
number
可选
error
error
?:
string
retries
retries
:
number
timestamp
timestamp
:
number
browser
browser
:
BrowserType
可选
shard
shard
?:
number
可选
screenshots
screenshots
?:
string
[]
可选
videos
videos
?:
string
[]
可选
traces
traces
?:
string
[]
可选
logs
logs
?:
string
[]
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
id
title
full
Title
file
line
column
status
duration
error
retries
timestamp
browser
shard
screenshots
videos
traces
logs
GitHub
GitHub
npm
@yuantest/playwright - v1.0.5
加载中……