-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
A11y: Create a11y test provider and revamp a11y addon #29643
Draft
valentinpalkovic
wants to merge
37
commits into
next
Choose a base branch
from
valentin/unified-a11y-testing
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,834
−554
Draft
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
a913610
Implement afterEach
kasperpeulen 3065626
Test afterEach
kasperpeulen 83af2a6
Add afterEach normalizers
kasperpeulen 8029b37
Fix test
kasperpeulen b918869
Bump @storybook/csf
kasperpeulen 312b25d
Make dedicated order-of-hooks test
kasperpeulen e038e8b
Fix tests
kasperpeulen dd242dc
Merge remote-tracking branch 'origin/kasper/after-each' into valentin…
valentinpalkovic 57a8cea
Core: Implement Story Completed
valentinpalkovic 6d30bb9
Remove unhandledException from STORY_COMPLETED event
valentinpalkovic e49bc0f
Rename storyCompleted to storyFinished
valentinpalkovic b7c1d02
Update @storybook/csf
valentinpalkovic aa95d2a
Rename storyCompleted to storyFinished
valentinpalkovic 08477ec
Refactor status of the story finished payload
valentinpalkovic c9c7249
Move afterEach after storyCompleted
valentinpalkovic d907091
Add StoryFinished payload test
valentinpalkovic 96dad8c
Enhance Report interface to support generic result type
valentinpalkovic 7668055
Remove redundant comments in Preview component for clarity
valentinpalkovic b80ee26
Refactor a11y addon to use afterEach and reporting API
valentinpalkovic c8647d4
Add tests
valentinpalkovic bc3da7a
Fix tests
valentinpalkovic a93ea7d
Fix E2E tests
valentinpalkovic d3923d2
Add stories for A11yPanel
valentinpalkovic 2eebee1
Add discrepancy handling to A11yPanel
valentinpalkovic 79ad98c
Fix tests
valentinpalkovic 6dfea64
Merge pull request #29661 from storybookjs/valentin/add-a11y-discrepa…
valentinpalkovic 667d403
Merge remote-tracking branch 'origin/next' into valentin/unified-a11y…
valentinpalkovic 003e808
Fix potential undefined issue
valentinpalkovic 141de06
Fix tests
valentinpalkovic 66931ce
Fix tests
valentinpalkovic 9622763
Support new parameters and globals for a11y
valentinpalkovic cfae158
Use vitest-axe for formatting purposes instead
valentinpalkovic 3f1ae4e
Fix environment usage in preview file
valentinpalkovic 9ed6077
Fix environment usage in preview file
valentinpalkovic 4f485f3
Fix tests
valentinpalkovic c4039e1
Merge pull request #29682 from storybookjs/valentin/support-new-param…
valentinpalkovic e4604d8
Merge remote-tracking branch 'origin/next' into valentin/unified-a11y…
valentinpalkovic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
logic: Should emit an error event when htmlElement is not found rather than silently returning undefined