Interface ITestCaseHookParameter

interface ITestCaseHookParameter {
    gherkinDocument: GherkinDocument;
    pickle: Pickle;
    result?: TestStepResult;
    testCaseStartedId: string;
    willBeRetried?: boolean;
}

Properties

gherkinDocument: GherkinDocument
pickle: Pickle
result?: TestStepResult
testCaseStartedId: string
willBeRetried?: boolean

Generated using TypeDoc