@cucumber/cucumber
    Preparing search index...

    Interface ITestStepHookParameter

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

    Properties

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