@cucumber/cucumber
    Preparing search index...

    Interface ITestCaseHookParameter

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

    Properties

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