React Testing Library Tutorial #3 - Types of Test

preview_player
Показать описание
Check out Laith's YouTube channel for more tutorials:

🐱‍💻 Access the course files on GitHub:

🐱‍👤 Get access to extra premium courses on Net Ninja Pro:

🐱‍💻 Full React Course:

🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

I am very much looking forward to this crash course. Thanks Net Ninja and Laith I recently sub'd to your channel and Im glad i did, awesome!

khandoor
Автор

But on Minute 3:59 "editing the input-field and check for the expected number of items" in the e2e-test is the same what you said on minute 2:52 in the integration-test, where you testing exactly the same :-D. So whats the difference?

GGGGGGGGGG
Автор

Where is this crash course about E2E testing mentioned at 4:24?

andreglock
Автор

These two components (an input and a list) shouldn't be interacting with each other directly. There should be a business logic layer tested independenty, according to the Clean Architecture.

robertpiosik
Автор

ok. seriously, this was the third video in this series and we still have not written a single test. If someone is coming to learn about using react testing library, I'm pretty sure they already know how to git clone and install modules and the reasons they should be testing.

hamsterofdoomsauce