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