@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
14 lines • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StandardOutput = void 0;
const StandardOutputDescriptor_js_1 = require("./StandardOutputDescriptor.js");
/**
* @group Integration
*/
class StandardOutput {
get() {
return new StandardOutputDescriptor_js_1.StandardOutputDescriptor();
}
}
exports.StandardOutput = StandardOutput;
//# sourceMappingURL=StandardOutput.js.map