Setup Tests for components
Closed this issue · 5 comments
Setup and document tests for all components. These tests should test the functionality of the app and mimic how it will be used by end-users based on the design prototype.
Many integration tests. No snapshot tests. Few unit tests. Few end to end tests.
Proposed tools: Jest or Cypress
Useful guide(s):
I would like to look into this.
@BolajiAyodeji Can I be assigned this task?
I would like to look into this.
@BolajiAyodeji Can I be assigned this task?
Yes, please. I just assigned you to it.
Keep me posted please and work on one PR with clear, concise and descriptive commit messages.
Let me know if you need any help or clarification, cheers!
Hey @NotJohs, I forgot to mention: before you pick an issue you have to let us know the estimated number of hours you can take to finish the task.
How long will this take you? we have just limited time.
Hello @BolajiAyodeji.
Based on the requirements for this issue, We would be using the Cypress
testing framework for integration tests and Jest
library for Unit tests.