UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

11 lines 473 B
import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js'; export declare const name = "scenario-size"; export declare const availableConfigs: { 'steps-length': { Background: number; Scenario: number; }; }; export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=scenario-size.d.ts.map