UNPKG

@arghajit/playwright-pulse-report

Version:

A Playwright reporter and dashboard for visualizing test results.

9 lines (8 loc) 199 B
import type { TestResult, TestRun } from '@/types'; export interface PlaywrightPulseReport { run: TestRun | null; results: TestResult[]; metadata: { generatedAt: string; }; }