Interface GherkinDocument

Hierarchy

  • GherkinDocument

Properties

Properties

gherkinDocument: {
    comments?: GherkinComment[];
    feature: GherkinFeature;
    uri: string;
}

Type declaration

Generated using TypeDoc