UNPKG

omni-dashboard-playwright-reporter

Version:

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

3 lines (2 loc) 193 B
import { TestCasePayload } from './types'; export declare function uploadTestCase(baseUrl: string, projectId: string, buildId: string, apiKey: string, payload: TestCasePayload): Promise<void>;