🧪 Verify Storybook 10 local TDD compatibility#249
Conversation
Upgrade the bundled example Storybook to 10.3.6, document the Storybook 10 requirements, and verify the SDK against the real local TDD flow. Also preserve Storybook iframe URLs in local TDD metadata and harden the context review-queue test so repo checks stay green in workspaces with local .vizzly state.
Vizzly - Visual Test Results
|
Code ReviewOverviewThis PR upgrades the bundled example Storybook app from v8 to v10.3.6, documents Storybook 10 compatibility in the README, and fixes two actual bugs: a metadata sanitization issue that was stripping
|
Why
The Storybook SDK needed a real end-to-end verification pass against the latest stable Storybook release and the actual local TDD workflow, not just isolated package tests.
What changed
&viewMode=story.vizzlystate leaking into cloud-path assertionsTest plan
npm run lintnpm testcd clients/storybook && npm testcd clients/storybook && npm run buildcd clients/storybook/example-storybook && npm run build-storybookcd clients/storybook && node ../../bin/vizzly.js tdd start --jsoncd clients/storybook && node ../../bin/vizzly.js storybook ./example-storybook/distcd clients/storybook && node ../../bin/vizzly.js tdd stop --json