-
Notifications
You must be signed in to change notification settings - Fork 89
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
Feat:Frontend Unit test setup integration #97
Comments
@Pranav0-0Aggarwal let me know your views so that we can discuss it further ! |
hey @yashpandey06 I am also interested to work on this issue. |
i want to work on this issue |
I would like to work on this issue can you assign this issue to me and i would prefer to use jest and react testing library both so the system works properly |
Hey, can u please assign me this issue, @yashpandey06 , i would love to solve this issue |
Too early for unit testing. |
Description
Currently, the frontend codebase lacks sufficient unit tests to ensure the reliability and maintainability of the application. Unit tests are essential for catching bugs early, improving code quality, and providing confidence when making changes or adding new features.
This issue proposes the addition of unit tests for the frontend using a testing library such as Jest and React Testing Library (if applicable for React-based projects). These tools are widely used in the industry and provide a robust framework for testing JavaScript and React components.
Benefits
Proposed Process
Choose a Testing Framework:
Write Tests for Core Components and Functions:
Set Up Test Coverage Reporting:
Integrate Tests into CI/CD Pipeline:
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: