UNPKG

@arghajit/dummy

Version:

A Playwright reporter and dashboard for visualizing test results.

11 lines (10 loc) 258 B
import type { TestResult, TestRun } from '@/types'; export interface PlaywrightPulseReport { run: TestRun | null; results: TestResult[]; metadata: { generatedAt: string; reportDescription?: string; logo?: string; }; }