Replies: 2 comments 5 replies
-
I think a good test workflow for us is to have: 1 or 2 developer testing the API Consider that we need to do integration tests, end-to-end (e2e) and unit tests. We should be using the official Jest documentation for the most part to learn from, however there are a number of great tutorials. https://www.youtube.com/watch?v=5QRx-i5jVNw It might take doing a few tutorials to understand. I would not expect a single person to do all of our testing, but it will be a big benefit. If you are only able to test whether the element is present in the DOM, that is a good start. If you use Visual Studio Code or Visual Studio, there is a Jest extension you should install, just search for Jest in the marketplace and in the Extension search in VSCode. |
Beta Was this translation helpful? Give feedback.
-
Yes I agree test at this point, is very important, as the app is really growing fast. But, it may be a bit tricky seeing that some of us are still new to test. Nevertheless, I'll begin looking into testing small parts of the app to understand what it is, and ultimately make more test contributions. |
Beta Was this translation helpful? Give feedback.
-
Hii @gbowne1
I am learning testing with jest....
I now ready with tesing the backend apis
But when it comes for frontend I am only clear to write the test about wheather the element is present in the DOM or not
I can't able to figure out how the fronted flow is tested with jest
Can you have any tutorials or blogs or documentation for Unit test
Wheather we have any Collabarator who knows testing?
Beta Was this translation helpful? Give feedback.
All reactions