React Testing with Playwright (Complete Tutorial)

  Рет қаралды 21,271

Cosden Solutions

Cosden Solutions

Күн бұрын

Пікірлер: 39
@rjwhite4424
@rjwhite4424 5 ай бұрын
What I like about your channel is you actually give tutorials. Some other web dev channels, who shall not be named, spend 90% of the video talking about how the tutorial is irrelevant and how instead we should learn NextJs instead. Thank you Cosden!
@gcg8187
@gcg8187 5 ай бұрын
awesome, I really appreciate how you explained what have happening step by step :D
@pranavgoel29
@pranavgoel29 2 ай бұрын
Thanks for making this, helped me get started.
@srsh12345
@srsh12345 4 ай бұрын
thank you so much for such a clear explanations
@techstacks.marviuz
@techstacks.marviuz 6 ай бұрын
This is good but I wanted an example on a page behind an oauth that has a captcha
@ToadyEN
@ToadyEN 6 ай бұрын
Make a video when you find out how please.
@zaynelovecraft
@zaynelovecraft 6 ай бұрын
Lmfao ​@@ToadyEN
@Joe-ka
@Joe-ka 4 ай бұрын
I think captcha's whole point is to prevent bots like this from working, but there must be a way for devs to write tests and bypass this.
@techstacks.marviuz
@techstacks.marviuz 4 ай бұрын
Yeah and it works for me even if bypassing is the only option. I haven't found any proper and updated guide or video. Would really appreciate one.
@ice_so_creamy
@ice_so_creamy 2 ай бұрын
Very good tutorial. Thanks man🙂
@RonnieDenzel
@RonnieDenzel 6 ай бұрын
Bro kicked in at the right moment,thanks codsen😅
@SuchithKumarGM-l1x
@SuchithKumarGM-l1x 17 күн бұрын
very helpful and easilt explained
@bariqdharmawan6604
@bariqdharmawan6604 6 ай бұрын
Great video love it. Do you plan continue this series? Probably testing with auth
@antoniovm7116
@antoniovm7116 3 ай бұрын
nice video, you could also add the test.beforeEach(...) outside every test.describe() you use.
@victorelgersma7845
@victorelgersma7845 3 ай бұрын
very useful tutorial! Thank you :)
@Matkotech
@Matkotech 5 ай бұрын
Nice video! Can you share what theme are you using?
@thiagomiranda8311
@thiagomiranda8311 5 күн бұрын
wonder if it is possible to remove these data-testid attributes from the production build without having to use conditionals every time. They make it so easy to scrap your site/app.
@alexandergeorgesquire220
@alexandergeorgesquire220 2 ай бұрын
Thankyou for the video
@zillboy
@zillboy 6 ай бұрын
Hi Cosden, btw which video software are you using for making videos. I see the cursor has kind of smooth animation, thanks
@cosdensolutions
@cosdensolutions 6 ай бұрын
screen studio!
@ardianhotii
@ardianhotii 6 ай бұрын
Very great , thanks for sharing , what about to test forms with bunch of fields some of them being optional but when filled should have this and this value etc , how to "speed" things up how to write a lot of tests faster because this way there are a lot of things to test and its time consuming any idea ?
@cosdensolutions
@cosdensolutions 6 ай бұрын
the nature of testing is time consuming. If you have a complex form with many conditions, you usually need to spend the time to write the tests for each condition. It's a pain but in the long run it pays off
@ardianhotii
@ardianhotii 6 ай бұрын
@@cosdensolutions Yeah you are right , but what about projects with 1-2 devs working on it not a big app but "medium" size project is it really important to write these tests , and in what types of projects they are really important because in an "side project" app with 10 CRUDS I don't thinks its very necessary right
@cosdensolutions
@cosdensolutions 6 ай бұрын
@@ardianhotii For small projects like that it's not necessary to go that deep. These tests pay off much more at larger scales with 10+ employees and big codebases. Also really depends on the business needs. Not all screens are critical to test like that
@ardianhotii
@ardianhotii 6 ай бұрын
@@cosdensolutions Thank you
@ardianhotii
@ardianhotii 6 ай бұрын
@@cosdensolutions Thank you
@omooladev
@omooladev 3 ай бұрын
Thank you
@slhliwwa5403
@slhliwwa5403 6 ай бұрын
Bro do ou have react projects in your course???
@wishva
@wishva 6 ай бұрын
What is the screen recorder
@cosdensolutions
@cosdensolutions 6 ай бұрын
screen studio
@muthukumar604
@muthukumar604 6 ай бұрын
Can you create video for how to setup vitest, playwright with vite
@schmalt
@schmalt Ай бұрын
Did you end up finding out how to do this? I'm trying to set up Playwright in Vite (already have some Vitest test cases written) but am running into issues re "require" vs "import"
@muthukumar604
@muthukumar604 Ай бұрын
@schmalt no
@schmalt
@schmalt Ай бұрын
@@muthukumar604 ok cypress it is
@otakuotaku6774
@otakuotaku6774 6 ай бұрын
Would you please start making videos about Next js
@mtcindianutube
@mtcindianutube 6 ай бұрын
Hi, how do I get the test coverage report like in Jest
@element4225
@element4225 4 ай бұрын
what about [slug] actually the only tricky thing I guess
@nikitashaban9711
@nikitashaban9711 6 ай бұрын
Can you please fix the link of source code ?
@11WicToR11
@11WicToR11 2 ай бұрын
the hardest thing i always struggle with while testing is deciding what is worth testing ...i always see these "does heading have correct name in it" and i feel like, why the fck do people test this :D
Storybook with React (Complete Tutorial)
36:45
Cosden Solutions
Рет қаралды 25 М.
When To Unit, E2E, And Integration Test
14:58
ThePrimeTime
Рет қаралды 106 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Build Your First RAG Application Using Haystack!
9:00
Pavan Belagatti
Рет қаралды 10
Awesome Web Testing with Playwright ft Andrew (Pandy) Knight | JS Drops
1:37:11
Write Playwright Tests in Seconds with ChatGPT!?
14:06
Checkly
Рет қаралды 4,7 М.
Learn React Hooks: useRef - Simply Explained!
12:42
Cosden Solutions
Рет қаралды 121 М.
Thoughts About Unit Testing | Prime Reacts
11:21
ThePrimeTime
Рет қаралды 243 М.
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 45 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 915 М.
HTMX Sucks
25:16
Theo - t3․gg
Рет қаралды 132 М.
The ONLY REASON To Unit Test
8:26
Theo - t3․gg
Рет қаралды 88 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН