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

Tooling: Add a testing framework #13

Closed
rubenmate opened this issue May 11, 2024 · 1 comment · Fixed by #16 or #17
Closed

Tooling: Add a testing framework #13

rubenmate opened this issue May 11, 2024 · 1 comment · Fixed by #16 or #17
Labels
testing Testing related issued
Milestone

Comments

@rubenmate
Copy link
Owner

rubenmate commented May 11, 2024

Background

To ensure the reliability and quality of our software, we need to implement a comprehensive testing framework. This will help us catch bugs early and maintain high standards.

Goals

Develop a testing framework that covers unit and integration tests.
Ensure tests are clear, concise, and maintainable.

Proposed Solution

Choose a testing framework that integrates well with our development tools.
Write clear, concise test cases following best practices for consistency, objectivity, and precision.
Regularly review and update test cases to reflect changes in the software.

@rubenmate rubenmate added the testing Testing related issued label May 11, 2024
@rubenmate rubenmate added this to the Sprint 2 milestone May 11, 2024
@rubenmate
Copy link
Owner Author

Added jest for unit tests in #16
Added playwright for e2e tests in #17

This was linked to pull requests May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing related issued
Projects
None yet
1 participant