-
Notifications
You must be signed in to change notification settings - Fork 1
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
SUR-242, SUR-323 - Setup Tests for UI components #159
Conversation
@vrundakansara, I've created a wiki page 👉 All about React component testing with Storybook |
This reverts commit d1fd52b.
@vrundakansara, I've added CI for the Test. |
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.
@jaieds - Shall we fix the a11y issues as well?
Or shall we do it in another PR?
@vrundakansara, We can fix it in another PR. |
with the build-storybook command.
…nto SUR-323-Fixes
from the select component
for the entire storybook
SUR-323 - Accessibility fixes for Force UI components.
fix: Use `use client` after importing components from @bsf/force-ui in Nextjs
Description
Setup test environment.
Added test for Button and Select Component.
How to Run test:
npm install
for the first time only.npm run storybook
npm run test
(bulk test). It will begin the test and will show the result.npm run test:watch
.👉 All about React component testing with Storybook
CI Setup instructions: Storybook Doc
Screenshots
Types of changes
How has this been tested?
Checklist: