UNPKG

pulse-dashboard

Version:

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

18 lines (17 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "AppPageRouteMatcher", { enumerable: true, get: function() { return AppPageRouteMatcher; } }); const _routematcher = require("./route-matcher"); class AppPageRouteMatcher extends _routematcher.RouteMatcher { get identity() { return `${this.definition.pathname}?__nextPage=${this.definition.page}`; } } //# sourceMappingURL=app-page-route-matcher.js.map