From f95112b1974c2498ae9a1db6d66a51f5c5831d4b Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 10 Jul 2025 13:56:22 +0300 Subject: [PATCH] docs(testplane/storybook): mention min storybook version for autoScreenshotStorybookGlobals Port https://github.com/gemini-testing/testplane-storybook/commit/6dc047608eb3e8b0724b2f876cd726be64e23d17 --- docs/plugins/testplane-storybook.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins/testplane-storybook.mdx b/docs/plugins/testplane-storybook.mdx index 65416d4..394078e 100644 --- a/docs/plugins/testplane-storybook.mdx +++ b/docs/plugins/testplane-storybook.mdx @@ -95,7 +95,7 @@ With this minimal config, you will be able to run `npx testplane --storybook` to autoScreenshotStorybookGlobals `Record>` {} - Run multiple auto-screenshot tests with different [storybook globals](https://storybook.js.org/docs/7/essentials/toolbars-and-globals#globals) + Run multiple auto-screenshot tests with different [storybook globals](https://storybook.js.org/docs/7/essentials/toolbars-and-globals#globals). Only works with storybook >= 8 localport @@ -133,6 +133,8 @@ With this minimal config, you will be able to run `npx testplane --storybook` to #### autoScreenshotStorybookGlobals +Storybook >= 8 is required. + For example, with `autoScreenshotStorybookGlobals` set to: ```json