UNPKG

@serenity-js/cucumber

Version:

Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities

26 lines 676 B
/** * Represents a Cucumber.js formatter * * ## Learn more * * - [Cucumber formatters](https://github.com/cucumber/cucumber-js/blob/master/docs/cli.md#built-in-formatters) * * @group Integration */ export declare class CucumberFormat { readonly value: string; readonly formatter: string; readonly output: string; /** * @param value * Cucumber format expression, like `pretty` or `json:out.json` */ constructor(value: string); /** * See https://github.com/cucumber/cucumber-js/blob/master/src/cli/option_splitter.ts * * @param format */ private static split; } //# sourceMappingURL=CucumberFormat.d.ts.map