@testplane/webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
11 lines (10 loc) • 298 B
TypeScript
/**
* check if directory exists
*/
export declare function assertDirectoryExists(filepath: string): Promise<void>;
/**
* Get absolute file path of a file
* @param filepath given file path
* @returns absolute file path
*/
export declare function getAbsoluteFilepath(filepath: string): string;