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
8 lines • 542 B
JavaScript
// Main component export
export { PulseDashboard } from './components/pulse-dashboard/PulseDashboard';
// It's crucial to instruct users of this package to import the CSS.
// For example, in their main application file (like _app.tsx or layout.tsx):
// import 'pulse-dashboard-component/dist/styles.css';
// Note: Server Actions and API route handlers are not exported as part of this client-side package.
// The consuming Next.js application must implement the required backend endpoints and data provision.
//# sourceMappingURL=index.js.map