React Testing with Playwright (Complete Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 38

  • @rjwhite4424
    @rjwhite4424 5 หลายเดือนก่อน +3

    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 หลายเดือนก่อน

    Thanks for making this, helped me get started.

  • @ice_so_creamy
    @ice_so_creamy 2 หลายเดือนก่อน

    Very good tutorial. Thanks man🙂

  • @SuchithKumarGM-l1x
    @SuchithKumarGM-l1x 9 วันที่ผ่านมา

    very helpful and easilt explained

  • @techstacks.marviuz
    @techstacks.marviuz 6 หลายเดือนก่อน +12

    This is good but I wanted an example on a page behind an oauth that has a captcha

    • @ToadyEN
      @ToadyEN 6 หลายเดือนก่อน +3

      Make a video when you find out how please.

    • @zaynelovecraft
      @zaynelovecraft 5 หลายเดือนก่อน +2

      Lmfao ​@@ToadyEN

    • @Joe-ka
      @Joe-ka 4 หลายเดือนก่อน +1

      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.

  • @srsh12345
    @srsh12345 3 หลายเดือนก่อน

    thank you so much for such a clear explanations

  • @victorelgersma7845
    @victorelgersma7845 3 หลายเดือนก่อน

    very useful tutorial! Thank you :)

  • @antoniovm7116
    @antoniovm7116 2 หลายเดือนก่อน +1

    nice video, you could also add the test.beforeEach(...) outside every test.describe() you use.

  • @RonnieDenzel
    @RonnieDenzel 6 หลายเดือนก่อน +1

    Bro kicked in at the right moment,thanks codsen😅

  • @bariqdharmawan6604
    @bariqdharmawan6604 6 หลายเดือนก่อน +1

    Great video love it. Do you plan continue this series? Probably testing with auth

  • @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

  • @Matkotech
    @Matkotech 5 หลายเดือนก่อน

    Nice video! Can you share what theme are you using?

  • @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

  • @mtcindianutube
    @mtcindianutube 6 หลายเดือนก่อน

    Hi, how do I get the test coverage report like in Jest

  • @slhliwwa5403
    @slhliwwa5403 6 หลายเดือนก่อน

    Bro do ou have react projects in your course???

  • @muthukumar604
    @muthukumar604 6 หลายเดือนก่อน +1

    Can you create video for how to setup vitest, playwright with vite

    • @schmalt
      @schmalt 24 วันที่ผ่านมา

      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 24 วันที่ผ่านมา

      @schmalt no

    • @schmalt
      @schmalt 23 วันที่ผ่านมา

      @@muthukumar604 ok cypress it is

  • @wishva
    @wishva 6 หลายเดือนก่อน +1

    What is the screen recorder

  • @otakuotaku6774
    @otakuotaku6774 6 หลายเดือนก่อน

    Would you please start making videos about Next js

  • @nikitashaban9711
    @nikitashaban9711 6 หลายเดือนก่อน

    Can you please fix the link of source code ?

  • @element4225
    @element4225 3 หลายเดือนก่อน

    what about [slug] actually the only tricky thing I guess

  • @omooladev
    @omooladev 3 หลายเดือนก่อน

    Thank you

  • @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