-
Notifications
You must be signed in to change notification settings - Fork 216
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
DRAFT: Update Storybook #5075
base: main
Are you sure you want to change the base?
DRAFT: Update Storybook #5075
Conversation
|
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
Pull Request Test Coverage Report for Build 13660440277Details
💛 - Coveralls |
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.
Ran through the code updates and this is looking great so far. I'll pull it down next and see if there are any rendering issues.
@castastrophe @graynorton just dropping in on this PR to ask (or strongly suggest!) that, for now, we not run the Chromatic GH Action unless the Always happy to discuss further in Slack or on a call :-) |
updated the circleci config to resolve preview PRs |
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
Yes to all! This is set up as a workflow_dispatch so it will only run if you explicitly run it from GitHub Actions and it doesn't even run on a label or tag. |
23bfcad
to
a8f443d
Compare
a8f443d
to
5efea01
Compare
Note: work has been handed off to @castastrophe; see updates below:
Work in progress summary
Goal: a minimal migration to latest Storybook leveraging Vite.
Completed
Todo
Notes to self
Description
Update Storybook to latest, use
@storybook/web-components-vite
Related issue(s)
Motivation and context
Having issues firing Chromatic on the outdated version of Storybook; attempting this upgrade in order allow Chromatic VRT runs for SWC.
How has this been tested?
Test case 1
Test case 2
Did it pass in Desktop?
Did it pass in Mobile?
Did it pass in iPad?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.