Interface ITestStepHookParameter

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

Properties

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

Generated using TypeDoc