UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

11 lines (10 loc) 661 B
export declare const STORYBOOK_JSON_SUPPORTED_VERSIONS: number[]; export declare const STORYBOOK_SERVER_REQUEST_TIMEOUT = 10000; export declare const STORYBOOK_SERVER_CHECK_INTERVAL = 5000; export declare const STORYBOOK_TEST_DIRNAME = "testplane-storybook-autogenerated"; export declare const STORYBOOK_SET_NAME = "testplane-storybook-autogenerated"; export declare const STORYBOOK_INDEX_PATH = "index.html"; export declare const STORYBOOK_IFRAME_PATH = "iframe.html"; export declare const STORYBOOK_INDEX_JSON_PATH = "index.json"; export declare const STORYBOOK_STORIES_JSON_PATH = "stories.json"; export declare const STORYBOOK_KNOWN_PATH_ENDINGS: string[];