UNPKG

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

85 lines 2.21 kB
{ "version": 4, "routes": { "/_global-error": { "experimentalBypassFor": [ { "type": "header", "key": "next-action" }, { "type": "header", "key": "content-type", "value": "multipart/form-data;.*" } ], "initialRevalidateSeconds": false, "srcRoute": "/_global-error", "dataRoute": "/_global-error.rsc", "allowHeader": [ "host", "x-matched-path", "x-prerender-revalidate", "x-prerender-revalidate-if-generated", "x-next-revalidated-tags", "x-next-revalidate-tag-token" ] }, "/_not-found": { "initialStatus": 404, "experimentalBypassFor": [ { "type": "header", "key": "next-action" }, { "type": "header", "key": "content-type", "value": "multipart/form-data;.*" } ], "initialRevalidateSeconds": false, "srcRoute": "/_not-found", "dataRoute": "/_not-found.rsc", "allowHeader": [ "host", "x-matched-path", "x-prerender-revalidate", "x-prerender-revalidate-if-generated", "x-next-revalidated-tags", "x-next-revalidate-tag-token" ] }, "/": { "experimentalBypassFor": [ { "type": "header", "key": "next-action" }, { "type": "header", "key": "content-type", "value": "multipart/form-data;.*" } ], "initialRevalidateSeconds": false, "srcRoute": "/", "dataRoute": "/index.rsc", "allowHeader": [ "host", "x-matched-path", "x-prerender-revalidate", "x-prerender-revalidate-if-generated", "x-next-revalidated-tags", "x-next-revalidate-tag-token" ] } }, "dynamicRoutes": {}, "notFoundRoutes": [], "preview": { "previewModeId": "caa352b8e931b0596069321400d688b2", "previewModeSigningKey": "26092c45195772aa017621c921381ce0405079315beaa3732d4e6e8ad81d347f", "previewModeEncryptionKey": "01c34b2e30785f06d43ab3d266a04e49e239d705b9f4a443955eb35af1c371ce" } }