@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
7 lines • 302 B
TypeScript
import type { Serenity } from '@serenity-js/core';
import type { ModuleLoader } from '@serenity-js/core/lib/io';
/**
* Creates a listener for Cucumber.js v7.x and above
*/
export declare function createListener(serenity: Serenity, moduleLoader: ModuleLoader): any;
//# sourceMappingURL=index.d.ts.map