@suluk/journeys - v0.4.0
    Preparing search index...

    Interface FeatureStep

    interface FeatureStep {
        kind: StepKind;
        text: string;
        raw: string;
        line: number;
    }
    Index

    Properties

    Properties

    kind: StepKind

    the RESOLVED keyword (And/But fold into the preceding Given/When/Then).

    text: string

    the step text after the keyword.

    raw: string

    the raw line as written (for reporting).

    line: number

    1-based source line number (for file:line hand-offs).