@yuantest/playwright - v1.0.5
GitHub
npm
正在准备搜索索引...
AnnotationConfig
接口 AnnotationConfig
interface
AnnotationConfig
{
enabled
:
boolean
;
respectSkip
:
boolean
;
respectOnly
:
boolean
;
respectFail
:
boolean
;
respectSlow
:
boolean
;
respectFixme
:
boolean
;
customAnnotations
:
Record
<
string
,
{
action
:
"skip"
|
"fail"
|
"slow"
|
"mark"
}
,
>
;
}
索引
属性
enabled
respect
Skip
respect
Only
respect
Fail
respect
Slow
respect
Fixme
custom
Annotations
属性
enabled
enabled
:
boolean
respect
Skip
respectSkip
:
boolean
respect
Only
respectOnly
:
boolean
respect
Fail
respectFail
:
boolean
respect
Slow
respectSlow
:
boolean
respect
Fixme
respectFixme
:
boolean
custom
Annotations
customAnnotations
:
Record
<
string
,
{
action
:
"skip"
|
"fail"
|
"slow"
|
"mark"
}
>
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
enabled
respect
Skip
respect
Only
respect
Fail
respect
Slow
respect
Fixme
custom
Annotations
GitHub
GitHub
npm
@yuantest/playwright - v1.0.5
加载中……