UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

5 lines (4 loc) 157 B
import { Config, Options } from '../../types.js'; export declare function start(config: Config, options: Options & { browser: string; }): Promise<void>;