UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

5 lines (4 loc) 347 B
export type { StorybookWindow } from "./testplane-open-story"; import type { StorybookStoryExtended } from "../types"; import type { StoryLoadResult } from "./testplane-open-story"; export declare function openStory(browser: WebdriverIO.Browser, story: StorybookStoryExtended, storybookGlobals: Record<string, unknown>): Promise<StoryLoadResult>;