@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
ConfigValidationResult
接口 ConfigValidationResult
interface
ConfigValidationResult
{
valid
:
boolean
;
configPath
:
string
|
null
;
configExists
:
boolean
;
testDir
:
string
|
null
;
testDirAbsolute
:
string
|
null
;
error
?:
string
;
warnings
:
string
[]
;
workers
?:
number
;
}
索引
属性
valid
config
Path
config
Exists
test
Dir
test
Dir
Absolute
error?
warnings
workers?
属性
valid
valid
:
boolean
config
Path
configPath
:
string
|
null
config
Exists
configExists
:
boolean
test
Dir
testDir
:
string
|
null
test
Dir
Absolute
testDirAbsolute
:
string
|
null
可选
error
error
?:
string
warnings
warnings
:
string
[]
可选
workers
workers
?:
number
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
valid
config
Path
config
Exists
test
Dir
test
Dir
Absolute
error
warnings
workers
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……