chore(vr-tests-react-components): Convert stories to CSF#31939
Merged
dmytrokirpa merged 11 commits intomicrosoft:masterfrom Jul 18, 2024
Merged
chore(vr-tests-react-components): Convert stories to CSF#31939dmytrokirpa merged 11 commits intomicrosoft:masterfrom
dmytrokirpa merged 11 commits intomicrosoft:masterfrom
Conversation
12 tasks
Collaborator
📊 Bundle size report✅ No changes found |
fabricteam
reviewed
Jul 8, 2024
e5998a3 to
4f6bf69
Compare
0f5f65e to
6db1cfb
Compare
92205f7 to
6f18705
Compare
Hotell
reviewed
Jul 17, 2024
Collaborator
Hotell
left a comment
There was a problem hiding this comment.
good stuff, some action is required for /utilities. ty
apps/vr-tests-react-components/src/utilities/withStoryWrightSteps.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/utilities/getStoryVariant.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/utilities/utilities.test.tsx
Outdated
Show resolved
Hide resolved
apps/vr-tests-react-components/src/utilities/TestWrapperDecorator.tsx
Outdated
Show resolved
Hide resolved
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous Behavior
Visual regression tests stories (V9) utilized the
storiesOfformat, now deprecated in Storybook version 7 and beyond.New Behavior
Visual regression tests stories (V9) have adopted the CSF syntax, ensuring compatibility with Storybook version 7 and later.
Related Issue(s)