UNPKG

omni-test-intelligence

Version:

Enterprise Test Intelligence Platform - Simplify test reporting with AI-powered insights.

14 lines (13 loc) 322 B
interface UploadParams { url: string; payload: any; headers: Record<string, string>; } export declare function uploadTestCase({ url, payload, headers }: UploadParams, screenshotsPath?: { name: string; path: string; }[], tracesPath?: { name: string; path: string; }[]): Promise<any>; export {};