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.
8 lines • 332 B
JSON
{
"/api/current-run/route": "app/api/current-run/route.js",
"/api/assets/[...slug]/route": "app/api/assets/[...slug]/route.js",
"/_not-found/page": "app/_not-found/page.js",
"/api/historical-trends/route": "app/api/historical-trends/route.js",
"/page": "app/page.js",
"/test/[testId]/page": "app/test/[testId]/page.js"
}