@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 • 330 B
TypeScript
/**
* Registers a Cucumber reporter that emits [Serenity/JS domain events](https://serenity-js.org/api/core-events/class/DomainEvent/)
* and informs Serenity/JS when test scenarios and Cucumber steps start, finish, and with what result.
*/
declare const listener: unknown;
export = listener;
//# sourceMappingURL=index.d.ts.map