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
This milestone aims to consolidate test-related packages into a unified @storybook/addon-test package. The goal is to simplify testing workflows and ensure all relevant test utilities are maintained under a single addon. The work requires package migrations, updates to CLI behavior, automigrations, and comprehensive documentation.
Items:
1. Promote @storybook/experimental-addon-test to stable @storybook/addon-test
Rename and restructure @storybook/experimental-addon-test as @storybook/addon-test
Update package.json metadata (name, version, description) in the package
Remove "experimental" labels and update all internal references in the codebase
2. Merge test-related packages into core
Merge @storybook/addon-interactions
Make sure automigrations or init scripts don't install @storybook/addon-interactions anymore
Deprecating package on npm
Merge @storybook/instrumenter
Transfer instrumentation logic from @storybook/instrumenter into core
Update all related import paths and documentation in the codebase to use storybook/test for instrumentation
This milestone aims to consolidate test-related packages into a unified
@storybook/addon-test
package. The goal is to simplify testing workflows and ensure all relevant test utilities are maintained under a single addon. The work requires package migrations, updates to CLI behavior, automigrations, and comprehensive documentation.Items:
1. Promote @storybook/experimental-addon-test to stable
@storybook/addon-test
@storybook/experimental-addon-test
as@storybook/addon-test
2. Merge test-related packages into
core
@storybook/addon-interactions
@storybook/addon-interactions
anymore@storybook/instrumenter
@storybook/instrumenter
intocore
storybook/test
for instrumentation@storybook/test
@storybook/test
@storybook/addon-actions
core
3. Update CLI to reflect new Test addon behavior
@storybook/addon-test
when "Testing" is selected for all Vite-based Storybook projectsstorybook/test
4. Automigration & Documentation Updates
addon-test
@storybook/test
,@storybook/addon-interactions
,@storybook/addon-actions
,@storybook/instrumenter
) from users’ package.jsonstorybook/test
@storybook/addon-test
readme to official documentationThe text was updated successfully, but these errors were encountered: