UNPKG

omni-dashboard-playwright-reporter

Version:

Playwright client for publishing test results to Omni Dashboard - Transform Your Test Automation with AI-Powered Insights

7 lines (6 loc) 130 B
export interface OmniReporterConfig { baseUrl?: string; projectId: string; apiKey: string; environment: string; }