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
10 lines • 357 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",
"/page": "/",
"/test/[testId]/page": "/test/[testId]"
}