UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

6 lines (5 loc) 279 B
import { StorybookRawStory } from "./extract-stories"; export interface StorybookStoryExtended extends StorybookRawStory { absolutePath: string; } export declare const getStories: (storybookUrl: string, waitStorybookJsonTimeout: number) => Promise<StorybookStoryExtended[]>;