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
118 lines • 3.08 kB
JSON
{
"version": 3,
"pages404": true,
"appType": "app",
"caseSensitive": false,
"basePath": "",
"redirects": [
{
"source": "/:path+/",
"destination": "/:path+",
"internal": true,
"priority": true,
"statusCode": 308,
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
}
],
"headers": [],
"onMatchHeaders": [],
"rewrites": {
"beforeFiles": [],
"afterFiles": [],
"fallback": []
},
"dynamicRoutes": [
{
"page": "/api/assets/[...slug]",
"regex": "^/api/assets/(.+?)(?:/)?$",
"routeKeys": {
"nxtPslug": "nxtPslug"
},
"namedRegex": "^/api/assets/(?<nxtPslug>.+?)(?:/)?$"
},
{
"page": "/api/reports/[filename]",
"regex": "^/api/reports/([^/]+?)(?:/)?$",
"routeKeys": {
"nxtPfilename": "nxtPfilename"
},
"namedRegex": "^/api/reports/(?<nxtPfilename>[^/]+?)(?:/)?$"
},
{
"page": "/test/[testId]",
"regex": "^/test/([^/]+?)(?:/)?$",
"routeKeys": {
"nxtPtestId": "nxtPtestId"
},
"namedRegex": "^/test/(?<nxtPtestId>[^/]+?)(?:/)?$"
}
],
"staticRoutes": [
{
"page": "/",
"regex": "^/(?:/)?$",
"routeKeys": {},
"namedRegex": "^/(?:/)?$"
},
{
"page": "/_global-error",
"regex": "^/_global\\-error(?:/)?$",
"routeKeys": {},
"namedRegex": "^/_global\\-error(?:/)?$"
},
{
"page": "/_not-found",
"regex": "^/_not\\-found(?:/)?$",
"routeKeys": {},
"namedRegex": "^/_not\\-found(?:/)?$"
},
{
"page": "/api/analyze-test",
"regex": "^/api/analyze\\-test(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/analyze\\-test(?:/)?$"
},
{
"page": "/api/current-run",
"regex": "^/api/current\\-run(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/current\\-run(?:/)?$"
},
{
"page": "/api/historical-trends",
"regex": "^/api/historical\\-trends(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/historical\\-trends(?:/)?$"
},
{
"page": "/api/report-config",
"regex": "^/api/report\\-config(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/report\\-config(?:/)?$"
},
{
"page": "/api/run-command",
"regex": "^/api/run\\-command(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/run\\-command(?:/)?$"
}
],
"dataRoutes": [],
"rsc": {
"header": "rsc",
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
"prefetchHeader": "next-router-prefetch",
"didPostponeHeader": "x-nextjs-postponed",
"contentTypeHeader": "text/x-component",
"suffix": ".rsc",
"prefetchSegmentHeader": "next-router-segment-prefetch",
"prefetchSegmentSuffix": ".segment.rsc",
"prefetchSegmentDirSuffix": ".segments",
"clientParamParsing": false,
"dynamicRSCPrerender": false
},
"rewriteHeaders": {
"pathHeader": "x-nextjs-rewritten-path",
"queryHeader": "x-nextjs-rewritten-query"
}
}