Interface GherkinRule

Hierarchy

  • GherkinRule

Properties

Properties

rule: {
    children: (GherkinBackground | GherkinScenario)[];
    description: string;
    id?: string;
    keyword: string;
    location: GherkinLocation;
    name: string;
    tags: GherkinTag[];
}

Type declaration

Generated using TypeDoc