Playwright Cucumber TS Steps
Preparing search index...
index
RunnerOptions
Interface RunnerOptions
interface
RunnerOptions
{
dbQuery
?:
(
query
:
string
)
=>
Promise
<
any
>
;
tags
?:
string
;
}
Index
Properties
db
Query?
tags?
Properties
Optional
db
Query
dbQuery
?:
(
query
:
string
)
=>
Promise
<
any
>
Optional
tags
tags
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
Query
tags
Playwright Cucumber TS Steps
Loading...