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

8 lines 320 B
import type { TestStep } from "@/types/playwright.js"; interface TestStepItemRecursiveProps { step: TestStep; level?: number; } export declare function TestStepItemRecursive({ step, level, }: TestStepItemRecursiveProps): import("react").JSX.Element; export {}; //# sourceMappingURL=TestStepItemRecursive.d.ts.map