- Видео 4
- Просмотров 21 428
Mobile Magic
Добавлен 3 янв 2021
Testing redux and react native with testing library
Writing tests is a confusing topic at first. A lot of doubts arise, and although I have covered some of them in my last video about testing, one recurring question I received in the comments section was "How to test redux"
this video comes to answer that question
useful links:
- Project: github.com/gabrielEloy/react-native-redux-testing
- React native testing library docs: callstack.github.io/react-native-testing-library/
- My last video covering tests: ruclips.net/video/vXrTXC5KiCU/видео.html
Make sure to like the video and follow me on twitter
twitter: MobileMagic5
this video comes to answer that question
useful links:
- Project: github.com/gabrielEloy/react-native-redux-testing
- React native testing library docs: callstack.github.io/react-native-testing-library/
- My last video covering tests: ruclips.net/video/vXrTXC5KiCU/видео.html
Make sure to like the video and follow me on twitter
twitter: MobileMagic5
Просмотров: 3 354
Видео
React Native animations with lottie
Просмотров 3,5 тыс.3 года назад
In this video we are going to learn how to create awesome animations in react native using lottie. Lottie is an awesome library created by airbnb for adding lightweight and easy to use animations created in adobe after effects directly into our applications Useful Links: Github repo: github.com/gabrielEloy/LottieTutorial Lottie Files Website: lottiefiles.com/ Used animations: lottiefiles.com/48...
Tests in React Native with testing library
Просмотров 15 тыс.3 года назад
Testing aplications usign react native and testing library After the video was released, one of the subs suggested that It would be great if I linked a github repo so you wouldn't have to keep pausing the video to read my code. I thought that was an awesome idea, and created the repo, so if you want to download the code and test it with me, you can find it in this link project repo: github.com/...
You should make a video on performing tests that query the redux store - that's why I'm here :) Good video anyways!
sorry but in your renderFromRedux file where are you getting "render" from, wouldnt it just be undefined
Great video. Thank you 🎉
Great video. I have been struggling with testing for awhile so this was helpful. You hit on a few things that I had trouble with so thank you for the video. Keep it up!
This is a very good tutorial, especially for someone who's learning how to start testing their react native application. You've done a very good job and thank you for the video.
Man, how do you test onFocus for text input on RN using RTL?
Good content on react native testing, thanks
Thanks! It was interesting and usefull!
By the way, what is the Vscode Extension you're using for the testing?
did you find the extenstion name, pls let me know
I love it because you don't go around things like most of the tutorials I've seen. You're straight to the point. Clear explanation. Nothing to complain about. You've got a follower and I hope you can keep posting things like this.
Out of all the React Native testing videos I've seen, this has clarified it the best. Great first video! The only feedback I'd give is that some of the audio overlaps when video clips are edited together.
Hey man, how I can test the async thunks (createAsyncThunk) ?
Hey Man nice explanation and I learned a lot keep going.
Thanks for share this content, is simple, well explain and knowledge of this is amazing
"bazicly"
be regular man .
Nice video man! Helped me a lot
Great video man! Keep on that, loved the content dude!
dude, your explanation is so clear, and that vid is really helpful sincee there aren't any good test vids on youtube. thanks bro. I subbed.
thank you
Muito bom seu conteúdo continue postando mais sobre testes, please.
Hey bro nice explanation. What is the extension ur using for testing(shows some UI on vscode with test passed/failed)
Very good explain. If you cat it better will perfect tutorial. Respect
I appreciate.
this is a super great video
I am wondering how this testing will work automatically and creating todos, multiple todos, and deleting todos by itself on the emulator?
No it will not run on the/a emulator. These tests are running on node environment! You may be looking for E2E test with Detox.
@@rokonzamann have you tried Detox already?
@@shafiqshams3065 Yes.
medio video compare good video :)
Very nice tutorial!
Excellent video. Keep it up 👍
keep on creating react native tutorials. this is very helpful for noobs like me.
Excellent video!
it was cool
Great job brother... Plz also make a video on redux testing also
Hello Ajmal, I'm glad you liked it. I'm working on a redux video. It shall be out next week
@@mobilemagic6946 thanks👍
has it released?
Why not say "Unit Testing" + "Integration Testing"
How do I test a material ui checkbox to see if its checked? Sounds simple but no docs explain it..
Hello guys. Did anyone faced with the issue like this: When I run the test it says "Your test suite must contain at least one test." I am getting this result since the test when I run "2 + 2 equal 4" and all next test I repeated as an author always brings me same result: "Your test suite must contain at least one test." I checked testing-library version and jest version - they are the same as in the video. By the way, Mobile Magic, thax for the video, it is brilliant. Sure when I will fix my problem it will provide me an ability to evaluate all the profit from this video))
Hi Egor, were you able to solve this ? maybe you had some other test file created without any test on it. and also make sure that you have at least one describe / it / expect on each of your files
Amazing video!. Thanks for sharing it. Please upload a video making a test for a crud project consuming a API, and another video consuming another crud API but with redux. Thank you!
Excellent video. My other comment was to bookmark/timestamp my favorite part for easy reference :-)
18:34 Apply the same test logic to a component.
Best video for react-native-testing-library I've found so far and I've been at it for an hour)
I'm really glad you liked it :)