-
Notifications
You must be signed in to change notification settings - Fork 354
Add storybook vitest integration-new storybook vitest integration #2396 #3352
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
base: main
Are you sure you want to change the base?
Add storybook vitest integration-new storybook vitest integration #2396 #3352
Conversation
- Added 40px margin to bottom of sidebar toggle button - Prevents button from being hidden by auto-hiding taskbar - Added comprehensive test suite for button accessibility - Includes responsive design tests - Maintains cross-platform compatibility Fixes kubernetes-sigs#1287
Fix/sidebar toggle button position
kubernetes-sigs#2554-Kallal-Columns filter state preservation kubernetes-sigs#3258
…ddleware function
|
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 7908837174 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hello. thank you for this. However, we can't accept any of your pull requests if there are lots of unrelated commits in them, and the CLA isn't signed. As per my comment here: |
No problem, I understand.
…On Sun, 25 May, 2025, 10:35 René Dudfield, ***@***.***> wrote:
*illume* left a comment (kubernetes-sigs/headlamp#3352)
<#3352 (comment)>
Hello.
thank you for this.
However, we can't accept any of your pull requests if there are lots of
unrelated commits in them, and the CLA isn't signed. As per my comment here:
#3336 (comment)
<#3336 (comment)>
—
Reply to this email directly, view it on GitHub
<#3352 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLR2IIKKNAWRX2BD62YBJ633AFFTDAVCNFSM6AAAAAB53DKD2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMBXGYYTGMBWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This PR adds Storybook-Vitest integration to enable running Storybook tests inside Vitest.
Changes:
This addresses the issue regarding the new experimental Vitest integration for Storybook tests.