UNPKG

omni-dashboard-playwright-reporter

Version:

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

8 lines (7 loc) 198 B
export interface OmniReporterConfig { baseUrl: string; projectId: string; apiKey: string; environment: string; } export declare function getOmniReporterConfig(): OmniReporterConfig;