@cucumber/cucumber
GitHub
Preparing search index...
(root)
FormatterBuilder
Variable FormatterBuilder
Const
FormatterBuilder
:
{
build
(
FormatterConstructor
:
string
|
typeof
Formatter
,
options
:
IBuildOptions
,
)
:
Promise
<
Formatter
>
;
getConstructorByType
(
type
:
string
,
cwd
:
string
)
:
Promise
<
typeof
Formatter
>
;
getStepDefinitionSnippetBuilder
(
__namedParameters
:
IGetStepDefinitionSnippetBuilderOptions
,
)
:
Promise
<
StepDefinitionSnippetBuilder
>
;
loadCustomClass
(
type
:
"formatter"
|
"syntax"
,
descriptor
:
string
,
cwd
:
string
,
)
:
Promise
<
any
>
;
loadFile
(
urlOrName
:
string
|
URL
)
:
Promise
<
any
>
;
resolveConstructor
(
ImportedCode
:
any
)
:
any
;
}
= ...
Type declaration
build
:
function
build
(
FormatterConstructor
:
string
|
typeof
Formatter
,
options
:
IBuildOptions
,
)
:
Promise
<
Formatter
>
Parameters
FormatterConstructor
:
string
|
typeof
Formatter
options
:
IBuildOptions
Returns
Promise
<
Formatter
>
getConstructorByType
:
function
getConstructorByType
(
type
:
string
,
cwd
:
string
)
:
Promise
<
typeof
Formatter
>
Parameters
type
:
string
cwd
:
string
Returns
Promise
<
typeof
Formatter
>
getStepDefinitionSnippetBuilder
:
function
getStepDefinitionSnippetBuilder
(
__namedParameters
:
IGetStepDefinitionSnippetBuilderOptions
,
)
:
Promise
<
StepDefinitionSnippetBuilder
>
Parameters
__namedParameters
:
IGetStepDefinitionSnippetBuilderOptions
Returns
Promise
<
StepDefinitionSnippetBuilder
>
loadCustomClass
:
function
loadCustomClass
(
type
:
"formatter"
|
"syntax"
,
descriptor
:
string
,
cwd
:
string
,
)
:
Promise
<
any
>
Parameters
type
:
"formatter"
|
"syntax"
descriptor
:
string
cwd
:
string
Returns
Promise
<
any
>
loadFile
:
function
loadFile
(
urlOrName
:
string
|
URL
)
:
Promise
<
any
>
Parameters
urlOrName
:
string
|
URL
Returns
Promise
<
any
>
resolveConstructor
:
function
resolveConstructor
(
ImportedCode
:
any
)
:
any
Parameters
ImportedCode
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@cucumber/cucumber
Loading...