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