UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

5 lines (4 loc) 240 B
import type { TestplaneOpts } from "../story-to-test"; import type { StorybookStory } from "./types"; export declare function getAbsoluteFilePath(): string; export declare function run(stories: StorybookStory[], opts: TestplaneOpts): void;