UNPKG

@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

18 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TempFileOutput = void 0; const TempFileOutputDescriptor_1 = require("./TempFileOutputDescriptor"); /** * @group Integration */ class TempFileOutput { fs; constructor(fs) { this.fs = fs; } get() { return new TempFileOutputDescriptor_1.TempFileOutputDescriptor(this.fs); } } exports.TempFileOutput = TempFileOutput; //# sourceMappingURL=TempFileOutput.js.map