UNPKG

pulse-dashboard

Version:

A Next.js Dashboard application for real-time monitoring and historical analysis of Playwright test executions. This component provides the UI for visualizing Playwright test results and can be run as a standalone CLI tool.

20 lines (19 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "flushAndExit", { enumerable: true, get: function() { return flushAndExit; } }); const _shared = require("../trace/shared"); async function flushAndExit(code) { let telemetry = _shared.traceGlobals.get('telemetry'); if (telemetry) { await telemetry.flush(); } process.exit(code); } //# sourceMappingURL=flush-and-exit.js.map