systelab-components-wdio-test
Version:
Widgets to be use in the E2E Tests based in WDIO
18 lines (17 loc) • 488 B
TypeScript
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;
}