@reportportal/agent-js-playwright
Version:
Agent to integrate Playwright with ReportPortal.
11 lines • 720 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.STATUSES = exports.LOG_LEVELS = exports.ReportingApi = void 0;
const reporter_1 = require("./reporter");
var reportingApi_1 = require("./reportingApi");
Object.defineProperty(exports, "ReportingApi", { enumerable: true, get: function () { return reportingApi_1.ReportingApi; } });
var constants_1 = require("./constants");
Object.defineProperty(exports, "LOG_LEVELS", { enumerable: true, get: function () { return constants_1.LOG_LEVELS; } });
Object.defineProperty(exports, "STATUSES", { enumerable: true, get: function () { return constants_1.STATUSES; } });
exports.default = reporter_1.RPReporter;
//# sourceMappingURL=index.js.map
;