You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test-storybook --url=http://storybook-static:3003/ --no-cache --verbose
[test-storybook] Detected a remote Storybook URL, running in index json mode. To disable this, run the command again with --no-index-json
[test-storybook] Unsupported version 5
Error: Unsupported version 5
at transformPlaywrightJson (/app/node_modules/@storybook/test-runner/dist/test-storybook.js:17728:11)
at getIndexTempDir (/app/node_modules/@storybook/test-runner/dist/test-storybook.js:24708:27)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async main (/app/node_modules/@storybook/test-runner/dist/test-storybook.js:24816:19)
The text was updated successfully, but these errors were encountered:
Describe the bug
This change storybookjs/storybook#27358 updated the index version, which is not supported by test-runner yet: https://github.com/storybookjs/test-runner/blob/next/src/playwright/transformPlaywrightJson.ts#L127
To Reproduce
Run any playwright test
System
but I believe largely irrelevant
Additional context
The text was updated successfully, but these errors were encountered: