UNPKG

creevey

Version:

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

5 lines (4 loc) 273 B
import { Config, Options } from '../types.js'; export declare const defaultBrowser = "chrome"; export declare const defaultConfig: Omit<Config, 'gridUrl' | 'storiesProvider' | 'testsDir' | 'tsConfig'>; export declare function readConfig(options: Options): Promise<Config>;