creevey
Version:
Cross-browser screenshot testing tool for Storybook with fancy UI Runner
11 lines (10 loc) • 404 B
TypeScript
import { Config } from '../types.js';
/**
* UI Update Mode implementation.
* This mode allows users to review and approve screenshots from the browser interface.
* It combines the functionality of both --ui and --update flags.
*
* @param config Creevey configuration
* @param port Port to run the server on
*/
export declare function report(config: Config, reportDir: string, port: number): void;