Commit 480db9c
authored
🧪 Verify Storybook 10 local TDD compatibility (#249)
## 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
- upgraded the bundled example Storybook app to Storybook 10.3.6
- documented Storybook 10 compatibility requirements in the Storybook
SDK README
- fixed local TDD metadata sanitization so Storybook iframe URLs keep
`&viewMode=story`
- hardened the context review-queue test to avoid local `.vizzly` state
leaking into cloud-path assertions
- cleaned up a couple of Storybook SDK Playwright references in
comments/docs
## Test plan
- `npm run lint`
- `npm test`
- `cd clients/storybook && npm test`
- `cd clients/storybook && npm run build`
- `cd clients/storybook/example-storybook && npm run build-storybook`
- `cd clients/storybook && node ../../bin/vizzly.js tdd start --json`
- `cd clients/storybook && node ../../bin/vizzly.js storybook
./example-storybook/dist`
- `cd clients/storybook && node ../../bin/vizzly.js tdd stop --json`1 parent ea4946d commit 480db9c
10 files changed
Lines changed: 824 additions & 1631 deletions
File tree
- clients/storybook
- example-storybook
- .storybook
- src
- src/utils
- tests
- commands
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
| |||
137 | 149 | | |
138 | 150 | | |
139 | 151 | | |
140 | | - | |
| 152 | + | |
141 | 153 | | |
142 | 154 | | |
143 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments