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

20 lines (19 loc) 467 B
{ "name": "client-only", "description": "This is a marker package to indicate that a module can only be used in Client Components.", "keywords": [ "react" ], "version": "0.0.1", "homepage": "https://reactjs.org/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": ["index.js", "error.js"], "main": "index.js", "exports": { ".": { "react-server": "./error.js", "default": "./index.js" } } }