UNPKG

creevey

Version:

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

5 lines (4 loc) 325 B
import { Config } from 'src/types'; export declare function getStorybookUrl({ storybookUrl, resolveStorybookUrl }: Config): Promise<string>; export declare function tryAutorunStorybook(url: string, storybookAutorunCmd: string): Promise<void>; export declare function checkIsStorybookConnected(url: string): Promise<boolean>;