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

10 lines 340 B
import type { Serenity } from '@serenity-js/core'; import type { ModuleLoader } from '@serenity-js/core/lib/io'; /** * Creates a listener for Cucumber.js 0.x-6.x * * @param serenity * @param moduleLoader */ export declare function createListener(serenity: Serenity, moduleLoader: ModuleLoader): any; //# sourceMappingURL=index.d.ts.map