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