@cucumber/cucumber
    Preparing search index...

    Interface ITestStepHookParameter

    interface ITestStepHookParameter {
        error?: any;
        gherkinDocument: GherkinDocument;
        pickle: Pickle;
        pickleStep: PickleStep;
        result: TestStepResult;
        testCaseStartedId: string;
        testStepId: string;
    }
    Index

    Properties

    error?: any
    gherkinDocument: GherkinDocument
    pickle: Pickle
    pickleStep: PickleStep
    result: TestStepResult
    testCaseStartedId: string
    testStepId: string