Skip to content
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

[Enhancement] Add a testing library to app #159

Open
mjbramich opened this issue Oct 9, 2023 · 0 comments
Open

[Enhancement] Add a testing library to app #159

mjbramich opened this issue Oct 9, 2023 · 0 comments

Comments

@mjbramich
Copy link
Contributor

Description

In our React application, we currently lack a dedicated testing library for ensuring the reliability and stability of our codebase. To address this gap and enhance our overall development process, we propose the addition of a testing library to our project.

Proposed Solution (for features)

Proposed Steps:

To implement this enhancement, we need to follow these steps:

Select a Testing Library: Research and choose an appropriate testing library for our React application.

Setup Configuration: Configure the chosen testing library to work seamlessly with our existing project setup

Write Tests: Start writing tests for our components, functions, and features. Focus on critical functionality and edge cases to ensure comprehensive test coverage.

Integrate with CI/CD(potential): Integrate the testing process with our Continuous Integration/Continuous Deployment (CI/CD) pipeline, so that tests are automatically executed with each code change.

Documentation: Update project documentation to include information on how to run tests and contribute to test coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant