UNPKG

creevey

Version:

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

3 lines (2 loc) 178 B
import type { Config } from '../../types'; export declare function startPlaywrightContainer(imageName: string, browser: string, config: Config, debug: boolean): Promise<string>;