@johnf/react-native-owl
Version:
Visual regression testing for React Native
8 lines • 394 B
TypeScript
export declare const cleanupScreenshots: () => Promise<void>;
/**
* Takes a screenshot from the simulator.
* @param filename - Required. The filename(excluding the extension) that will be used to save the screenshot. ie. 'homepage'
* @returns the path to the screenshot.
*/
export declare const takeScreenshot: (filename: string) => Promise<string>;
//# sourceMappingURL=screenshot.d.ts.map