UNPKG

systelab-components-wdio-test

Version:
18 lines (17 loc) 488 B
export declare class ScreenshotReporter { private static basePath; private static specCount; static setBasePath(basePath: string): void; static beforeSuite(suite: any): void; static afterTest(test: { description: string; fullName: string; }, context?: any, status?: { error: any; result: any; duration: any; passed: any; retries: any; } | null): Promise<void>; private static getSanitizedFilename; }