@yuantest/playwright - v1.2.1
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
;
manualReruns
?:
number
;
runHistory
?:
TestRunHistory
[]
;
timestamp
:
number
;
browser
:
BrowserType
;
shard
?:
number
;
screenshots
?:
string
[]
;
videos
?:
string
[]
;
traces
?:
string
[]
;
logs
?:
string
[]
;
stackTrace
?:
string
;
}
索引
属性
id
title
full
Title?
file?
line?
column?
status
duration
error?
retries
manual
Reruns?
run
History?
timestamp
browser
shard?
screenshots?
videos?
traces?
logs?
stack
Trace?
属性
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
可选
manual
Reruns
manualReruns
?:
number
可选
run
History
runHistory
?:
TestRunHistory
[]
timestamp
timestamp
:
number
browser
browser
:
BrowserType
可选
shard
shard
?:
number
可选
screenshots
screenshots
?:
string
[]
可选
videos
videos
?:
string
[]
可选
traces
traces
?:
string
[]
可选
logs
logs
?:
string
[]
可选
stack
Trace
stackTrace
?:
string
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
id
title
full
Title
file
line
column
status
duration
error
retries
manual
Reruns
run
History
timestamp
browser
shard
screenshots
videos
traces
logs
stack
Trace
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……