@testplane/storybook
Version:
Testplane plugin that enables runtime screenshot storybook tests autogeneration
11 lines (10 loc) • 631 B
TypeScript
import type { Config } from "testplane";
export declare const getStorybookPathEndingWith: (url: string, pathEnding: string) => string;
export declare const patchSystemExtensions: (config: Config) => void;
export declare const patchTestplaneSets: (config: Config, { browserIds, files, unsafeAllowOtherTests, }: {
browserIds: Array<string | RegExp>;
files: string[];
unsafeAllowOtherTests?: boolean | undefined;
}) => void;
export declare const patchTestplaneBaseUrl: (config: Config, baseUrl: string) => void;
export declare const disableTestplaneIsolation: (config: Config, browserIds: Array<string | RegExp>) => void;