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

9 lines 318 B
import type { OutputDescriptor } from './OutputDescriptor.js'; import type { SerenityFormatterOutput } from './SerenityFormatterOutput.js'; /** * @group Integration */ export declare class StandardOutput implements SerenityFormatterOutput { get(): OutputDescriptor; } //# sourceMappingURL=StandardOutput.d.ts.map