UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

4 lines (3 loc) 262 B
import type Testplane from "testplane"; import type { ChildProcessWithoutNullStreams } from "child_process"; export declare const getStorybookDevServer: (testplane: Testplane, port: number, storybookConfigDir: string) => Promise<ChildProcessWithoutNullStreams>;