@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
16 lines • 393 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.StandardOutputDescriptor = void 0;
/**
* @group Integration
*/
class StandardOutputDescriptor {
value() {
return '';
}
cleanUp() {
return Promise.resolve();
}
}
exports.StandardOutputDescriptor = StandardOutputDescriptor;
//# sourceMappingURL=StandardOutputDescriptor.js.map
;