UNPKG

creevey

Version:

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

4 lines (3 loc) 210 B
import { Config } from '../../types.js'; import { WorkerOptions } from '../../schema.js'; export declare function start(browser: string, gridUrl: string, config: Config, options: WorkerOptions): Promise<void>;