-
Notifications
You must be signed in to change notification settings - Fork 242
chore: Upgrade Storybook to vite #3622
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: prerelease/major
Are you sure you want to change the base?
chore: Upgrade Storybook to vite #3622
Conversation
… chore/upgrade-storybook-to-vite # Conflicts: # .nvmrc # modules/docs/lib/MDXElements.tsx # modules/docs/lib/Value.tsx # modules/docs/mdx/14.0-UPGRADE-GUIDE.mdx # modules/styling-transform/package.json # package.json # yarn.lock
| cy.realPress('Tab'); | ||
| cy.focused().should('contain', 'Acknowledge'); | ||
| cy.realPress('Tab'); | ||
| cy.focused().should('contain', 'Cancel'); | ||
| cy.realPress('Tab'); |
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.
cy.tab doesn't work with something. cy.realPress doesn't return the subject.
| cy.realPress('Tab'); | ||
| .should('contain', 'Cancel') | ||
| .tab() | ||
| .realPress('Tab'); | ||
| .should('contain', 'Delete Item') | ||
| .tab(); | ||
| .realPress('Tab'); |
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.
| cy.realPress('Tab'); | |
| .should('contain', 'Cancel') | |
| .tab() | |
| .realPress('Tab'); | |
| .should('contain', 'Delete Item') | |
| .tab(); | |
| .realPress('Tab'); | |
| cy.realPress('Tab'); | |
| cy.focused().should('contain', 'Cancel'); | |
| cy.realPress('Tab'); | |
| cy.focused().should('contain', 'Delete Item'); | |
| cy.realPress('Tab'); |
| // declare module 'vite' { | ||
| // export function defineConfig(config: any): any; | ||
| // } |
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.
| // declare module 'vite' { | |
| // export function defineConfig(config: any): any; | |
| // } |
|
future change: Change storybook files to not re exported the renamed story |
|
NB: Update cypress specification path for ` |
Workday/canvas-kit
|
||||||||||||||||||||||||||||||||||||||||
| Project |
Workday/canvas-kit
|
| Branch Review |
chore/upgrade-storybook-to-vite
|
| Run status |
|
| Run duration | 02m 30s |
| Commit |
|
| Committer | Nicholas Boll |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
19
|
|
|
0
|
|
|
910
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
19.61%
|
|
|---|---|
|
|
1531
|
|
|
371
|
Accessibility
99.26%
|
|
|---|---|
|
|
6 critical
5 serious
0 moderate
2 minor
|
|
|
95
|
Co-authored-by: Nicholas Boll <[email protected]>
Co-authored-by: Nicholas Boll <[email protected]>
Summary
Convert Storybook from webpack to vite
Release Category
Infrastructure
Checklist
ready for reviewhas been added to PRFor the Reviewer
Where Should the Reviewer Start?
Areas for Feedback? (optional)
Testing Manually
Run
yarn start,yarn test,yarn cypress:run