Vizzly CLI v0.29.6
What's Changed
Added
- Full-page screenshot capture is now the default for Static Site and Storybook SDKs. Teams can opt out with
--no-full-pageor by settingscreenshot.fullPage: falsein config if they prefer viewport-only captures.
Fixed
- Fixed build auto-detection for plugin-created builds (e.g.,
vizzly storybook). TestRunner now writes session context (buildId, branch, commit, parallelId) for non-TDD builds, enablingvizzly previewto properly locate and process them.
Breaking Changes
Default screenshot behavior changed to full-page capture in Static Site and Storybook SDKs. If you want to keep capturing viewport-only screenshots, use:
- Config:
screenshot: { fullPage: false } - CLI:
--no-full-page
Full Changelog: v0.29.5...v0.29.6