-
Notifications
You must be signed in to change notification settings - Fork 26
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
Pick a testing framework #191
Comments
Thoughts? @sonylomo |
Testing hasn't been a major priority because we were short handed. However, I'm open to the idea. I'll do my research and we can settle on a testing tool to use. 🙂 |
I haven't contributed in this space for what looks like eons but I had time today. I have a pull request #193 testing this out. I have gone with vitest for unit tests and playwright for end-to-end tests please review and we can discuss merits and shortcomings of both and other alternatives |
Thank you @nyandika for your contribution. 🙂 |
A recent commit to the main branch has added a PR template.
One of the requirements is to include tests when adding a new feature. However, it seems we haven't decided on an appropriate testing framework to be used. I suggest we settle on one to avoid conflicts in the future.
The text was updated successfully, but these errors were encountered: