Vue Testing with Vue Test Utils

  Рет қаралды 47,628

Laith Academy

Laith Academy

Күн бұрын

Пікірлер: 44
@asim-gandu-phenchod
@asim-gandu-phenchod 3 жыл бұрын
Spent more than 3+ hours of my day watching your videos and it was worth it
@alex_blue5802
@alex_blue5802 Жыл бұрын
This is the BEST tutorial for learning Vue test utils. Thank you for taking the time to do this. By the way, you are thinking of the css property text-decoration, not text-transform.
@asim-gandu-phenchod
@asim-gandu-phenchod 3 жыл бұрын
56:45 it is actually "text-decoration: line-through"
@romko-romario
@romko-romario 2 жыл бұрын
Thanks for a great tutorial! It's exactly what I have been looking for to quickly learn unit testing for Vue, as I urgently need to do it on a project. I wish success and rapid growth to the channel!
@mikoajgraja5954
@mikoajgraja5954 2 жыл бұрын
It is really great tutorial. Why i think so? I tried to do some tests before this tutorial and run to problems that were all discussed at this video (get/find, not.exists, shallowMount/Mount). I like the pace and the organized format of this video. Thanks!
@laurin__
@laurin__ Жыл бұрын
Damn I love your videos, not just raw info but also fun human communication feels like free time at work :D
@asim-gandu-phenchod
@asim-gandu-phenchod 3 жыл бұрын
This is what I had been looking for for past few weeks. And finally today I am on this channel after watching your Nuxt 3 hours long tutorial. Thanks for the quality bro
@bartolace3774
@bartolace3774 2 жыл бұрын
hello i'm from brasil, and this video really helped me!! thanks, i not found anyone content about test utils in my language, that at altest teaches as you do. text-decoration: line-through;
@mikoajgraja5954
@mikoajgraja5954 2 жыл бұрын
It will be great if you continue this video. My biggest concern now is testing using store (ex. Pinia)
@tjphan4035
@tjphan4035 2 жыл бұрын
Hey your teaching method is great. The authenticity, helpfulness, and pacing is apparent. Looking forward to your future vids!
@xvicio98
@xvicio98 Жыл бұрын
nah the pacing is too slow imo. but still great tutorial
@pedrohenriquerocha8741
@pedrohenriquerocha8741 Жыл бұрын
great tutotiral! thanks for all the information!!
@brianrahmarela6552
@brianrahmarela6552 3 жыл бұрын
wow. this is absolutely amazing explanation. Thanks a lot. this is what i'been lookin for. good bless u man
@horacinis
@horacinis 2 жыл бұрын
From the intro and the logo, I thought that you were Travis for a second 😅
@TheJooshIsLoose
@TheJooshIsLoose 2 жыл бұрын
Great video, thanks for the info
@vic_shine
@vic_shine 3 жыл бұрын
Thanks for the video! It would be interesting to know how to test a Vue 3 application on TypeScript (an idea to continue this video).
@minhthongvo5989
@minhthongvo5989 3 жыл бұрын
Thank you so much for this video, it help me a lot for my project!
@mohammedsaber6782
@mohammedsaber6782 2 жыл бұрын
Great tut bro , keep going.
@kisoindran6460
@kisoindran6460 2 жыл бұрын
A great tutorial for beginners! Thanks.
@weijiephua4192
@weijiephua4192 2 жыл бұрын
thanks for the great tutorial!
@hjalbarran
@hjalbarran 3 жыл бұрын
You are a guru bro! Thanks.
@shahnewazaminjolly367
@shahnewazaminjolly367 2 жыл бұрын
Thank you so much for such a great tutorial. It helped me a lot to understand Vue Test Utils. 😀
@eyalankri
@eyalankri 2 жыл бұрын
Great video. thank you.
@ZTF666
@ZTF666 3 жыл бұрын
Looks like you read my mind today ! haha
@leonardohirsch9086
@leonardohirsch9086 2 жыл бұрын
Thanks!
@bekturmuratov7853
@bekturmuratov7853 2 жыл бұрын
this is awesome tutorial, thank you very much!!!
@alamir411
@alamir411 Жыл бұрын
Thanks
@GerardoBelot
@GerardoBelot 2 жыл бұрын
what a good tutorial 👏👏👏
@salvadorcidadealta
@salvadorcidadealta 2 жыл бұрын
Awesome! Thank you a lot
@yabuking84
@yabuking84 2 жыл бұрын
Learned a lot! Keep it up man! 🙏👍
@MrKaki90
@MrKaki90 3 жыл бұрын
Good for beginners
@farhanmahim
@farhanmahim 3 жыл бұрын
Can you do a Quasar Crash course with Vue 3
@aghilpwilson879
@aghilpwilson879 3 жыл бұрын
can you do a video with strapi and knex js
@namng5422
@namng5422 3 жыл бұрын
can you make video with Vuejs ,how to combine cypress with jest ?
@moatasimashraf6818
@moatasimashraf6818 Жыл бұрын
in the "Finding Elements" section in the video, I keep getting the following error: TypeError: Invalid value used as weak map key at WeakMap.set () and it says the error comes from this line: const wrapper = mount(TodoApp); can anyone help?
@mahendranath2504
@mahendranath2504 3 жыл бұрын
Thank you so much
@XY-ds6ej
@XY-ds6ej 3 жыл бұрын
TDD is such a cool thing, but the most of us havent enought time to implement tests and/or the clients dont wanna pay for it .
@KsaniyaN
@KsaniyaN 3 жыл бұрын
Hi Laith! Thank you for the video! A question - why using a beforeEach hook better than declaring wrapper as const at the beginning of describe()?
@asim-gandu-phenchod
@asim-gandu-phenchod 3 жыл бұрын
It is to reduce the redundancy in the code and follow the DRY (don't repeat yourself) principle
@Ana-mn5io
@Ana-mn5io 2 жыл бұрын
text-decoration: line-through; is was like this?
@yankee-in-london
@yankee-in-london 2 жыл бұрын
I was thrown by your early comment that Vue Test Utils was built on top of Jest. I'm fairly certain this is NOT the case and would be a big mistake if it were. Currently it's very common to integrate the "test runner" functionality with Vitest or Cypress. Am I missing something?
@LachlanMiller
@LachlanMiller 2 жыл бұрын
Test Utils is runner agnostic - you are right, you can use it w/ Cypress/Vitest/Jestl, or even without a test runner.
@lakshmichaitanya1316
@lakshmichaitanya1316 3 жыл бұрын
make a next.js tut bro!
@Kco86
@Kco86 7 ай бұрын
* text-decoration: line-through;
Jest Crash Course - Learn How to Test your JavaScript Application
1:06:53
Test driven development with Vue.js by Sarah Dayan
31:07
VueConf Toronto
Рет қаралды 35 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 76 МЛН
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 8 МЛН
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Unit Testing Vue Apps: Tips, Tricks, and Best Practices
29:51
Vue Mastery
Рет қаралды 13 М.
Introduction to Jest Testing | JavaScript Unit Tests
25:30
Dave Gray
Рет қаралды 32 М.
Vue 3 Routing - Beginner to Advanced
1:17:05
Laith Academy
Рет қаралды 37 М.
The Pinia Crash Course
34:40
Laith Academy
Рет қаралды 16 М.
Learn Vitest and Testing Library In 40 Minutes
40:12
Program With Erik
Рет қаралды 58 М.
7 ways to make your Vue unit tests better by Natalia Tepluhina
25:44
VueConf Toronto
Рет қаралды 10 М.
JavaScript Testing with Jest - Crash Course
1:00:34
freeCodeCamp.org
Рет қаралды 96 М.