Interface GherkinScenario

Hierarchy

  • GherkinScenario

Properties

Properties

scenario: {
    description: string;
    examples?: GherkinExamples[];
    id?: string;
    keyword: string;
    location: GherkinLocation;
    name: string;
    steps: GherkinStep[];
    tags: GherkinTag[];
}

Type declaration

Generated using TypeDoc