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.
13 lines (12 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "workAsyncStorage", {
enumerable: true,
get: function() {
return _workasyncstorageinstance.workAsyncStorageInstance;
}
});
const _workasyncstorageinstance = require("./work-async-storage-instance");
//# sourceMappingURL=work-async-storage.external.js.map