testcafe-reporter-cucumber-json
Version:
Cucumber JSON TestCafe reporter plugin.
11 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nativeFormatError = exports.nativeNewLine = exports.nativeSetIndent = exports.nativeWrite = void 0;
var ReporterPluginHost = require('testcafe/lib/reporter/plugin-host');
var outStream = '';
var plugin = new ReporterPluginHost({}, outStream);
exports.nativeWrite = plugin.write;
exports.nativeSetIndent = plugin.setIndent;
exports.nativeNewLine = plugin.newline;
exports.nativeFormatError = plugin.formatError;
//# sourceMappingURL=reporter-helpers.js.map