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
13 lines • 519 B
JSON
{
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/api/analyze-test/route": "/api/analyze-test",
"/api/assets/[...slug]/route": "/api/assets/[...slug]",
"/api/current-run/route": "/api/current-run",
"/api/historical-trends/route": "/api/historical-trends",
"/api/report-config/route": "/api/report-config",
"/api/reports/[filename]/route": "/api/reports/[filename]",
"/api/run-command/route": "/api/run-command",
"/page": "/",
"/test/[testId]/page": "/test/[testId]"
}