UNPKG

cumulocity-cypress

Version:
9 lines (8 loc) 653 B
import { C8yScreenshotOptions, ScreenshotSetup } from "../lib/screenshots/types"; import { C8yBaseUrl } from "../shared/types"; export declare function readYamlFile(filePath: string): any; export declare function loadConfigFile(filePath: string, throws?: boolean): ScreenshotSetup | undefined; export declare function createInitConfig(baseUrl: C8yBaseUrl): string; export declare function resolveScreenshotFolder(args: Partial<C8yScreenshotOptions> | string): string; export declare function resolveConfigOptions(args: Partial<C8yScreenshotOptions>): any; export declare function resolveBaseUrl(args: Partial<C8yScreenshotOptions>): string | undefined;