-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Addon Test: Rename @storybook/experimental-addon-test
to @storybook/addon-vitest
#31014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addon Test: Rename @storybook/experimental-addon-test
to @storybook/addon-vitest
#31014
Conversation
Additionally update related configurations and documentation. Introduce new `@storybook/addon-vitest` with necessary files and structure for testing integration in Storybook.
View your CI Pipeline Execution ↗ for commit 9708fd9.
☁️ Nx Cloud last updated this comment at |
…st" for consistency across component and e2e tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
87 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valentinpalkovic, thanks for taking the time to put this together and update the documentation as well. I appreciate it 🙏 ! I left some items for you to look into when you can. I'm approving this to unblock you.
code/lib/cli-storybook/src/automigrate/fixes/addon-experimental-test.test.ts
Show resolved
Hide resolved
…-test-to-addon-vitest
…ts" to "Component test" for consistency.
… corrections. Rename `@storybook/experimental-addon-test` to `@storybook/addon-vitest` in the documentation and ensure consistent formatting for links and section titles.
…test-panel Addon Test: Update panel title references from "Component tests"
…-test-to-addon-vitest
…-test-to-addon-vitest
Closes #
What I did
Additionally update related configurations and documentation. Introduce new
@storybook/addon-vitest
with necessary files and structure for testing integration in Storybook.Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli-storybook/src/sandbox-templates.ts
Make sure this PR contains one of the labels below:
Available labels
bug
: Internal changes that fixes incorrect behavior.maintenance
: User-facing maintenance tasks.dependencies
: Upgrading (sometimes downgrading) dependencies.build
: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup
: Minor cleanup style change. Will not show up in release changelog.documentation
: Documentation only changes. Will not show up in release changelog.feature request
: Introducing a new feature.BREAKING CHANGE
: Changes that break compatibility in some way with current major version.other
: Changes that don't fit in the above categories.🦋 Canary release
This pull request has been released as version
0.0.0-pr-31014-sha-9708fd9e
. Try it out in a new sandbox by runningnpx [email protected] sandbox
or in an existing project withnpx [email protected] upgrade
.More information
0.0.0-pr-31014-sha-9708fd9e
valentin/rename-addon-test-to-addon-vitest
9708fd9e
1743758660
)To request a new release of this pull request, mention the
@storybookjs/core
team.core team members can create a new canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=31014
Greptile Summary
This PR renames the experimental test addon to addon-vitest and revises all related configuration, documentation, and internal references for seamless integration in Storybook.