@cucumber/cucumber
GitHub
Preparing search index...
(root)
ITestCaseHookParameter
Interface ITestCaseHookParameter
interface
ITestCaseHookParameter
{
gherkinDocument
:
GherkinDocument
;
pickle
:
Pickle
;
result
?:
TestStepResult
;
testCaseStartedId
:
string
;
willBeRetried
?:
boolean
;
}
Index
Properties
gherkin
Document
pickle
result?
test
Case
Started
Id
will
Be
Retried?
Properties
gherkin
Document
gherkinDocument
:
GherkinDocument
pickle
pickle
:
Pickle
Optional
result
result
?:
TestStepResult
test
Case
Started
Id
testCaseStartedId
:
string
Optional
will
Be
Retried
willBeRetried
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gherkin
Document
pickle
result
test
Case
Started
Id
will
Be
Retried
GitHub
@cucumber/cucumber
Loading...