UNPKG

creevey

Version:

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

3 lines (2 loc) 348 B
import type { StoriesRaw, ServerTest, StoryInput } from '../types.js'; export declare function loadTestsFromStories(browsers: string[], provider: (storiesListener: (stories: Map<string, StoryInput[]>) => void) => Promise<StoriesRaw>, update?: (testsDiff: Partial<Record<string, ServerTest>>) => void): Promise<Partial<Record<string, ServerTest>>>;