UNPKG

@chtsinc/ch-playwright-report

Version:

Custom Playwright Reporter that logs test and execution results to MongoDB

10 lines (9 loc) 381 B
import { SessionReport } from "@chtsinc/ch-javascript-sdk"; /** * Uploads the given video file to Azure Blob and returns its URL. * @throws {Error} if upload fails or config is invalid. */ export declare class VideoUploadUtil { static uploadVideoFile(filePath: string, serviceConfig: any, report: SessionReport): Promise<string | null>; private static createBlobName; }