Introducing Playwright

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 28

  • @matheusjordan6031
    @matheusjordan6031 10 місяців тому +2

    Nice tool for testing, thanks for sharing this work tool. I'm soo grateful for this video.

  • @EnHacore1
    @EnHacore1 10 місяців тому +3

    Very good introduction, thank you so much, it looks great. Being able to test against 3 browsers in parallel is great

    • @RainerHahnekamp
      @RainerHahnekamp  10 місяців тому

      Thanks, yeah Playwright is extremely good when it comes to performance

  • @vutruong4164
    @vutruong4164 10 місяців тому +3

    just what I needed, and timely so! Thank you kind sir!

    • @RainerHahnekamp
      @RainerHahnekamp  10 місяців тому +1

      Hi, thanks, yeah nice to hear. I've been working with Playwright for more than two years now and thought it is about time to publish a proper video about it.

  • @hille-hausonfire4338
    @hille-hausonfire4338 10 місяців тому +4

    Stoked that you were invited to India!!
    "...And thus, Austria´s finest turned into the world´s greatest..."
    Well deserved :)

    • @RainerHahnekamp
      @RainerHahnekamp  10 місяців тому +3

      Thanks a lot. I already wanted to go there this year. Didn't work out. Now it is in February next year. I'm really looking forward to it.

  • @sawmkcsaw
    @sawmkcsaw 10 місяців тому +1

    thx for introduction, very structured and clear 👍🖖

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 7 місяців тому

    Amazing video this framework is game changer in automation lots to learn !

    • @RainerHahnekamp
      @RainerHahnekamp  7 місяців тому

      Yup, Playwright is wonderful and good for the competition

    • @toromanow
      @toromanow 3 місяці тому

      Is playwright what you'd recommend for automated testing of an Angular app?

  • @aram5642
    @aram5642 10 місяців тому

    Hi, would you consider an episode about testing libraries (testing-library, ngmocks, etc)? Maybe some pros and cons?

    • @RainerHahnekamp
      @RainerHahnekamp  10 місяців тому

      Hello again, puh, at the moment my plans for the next videos are quite crammed. Maybe next year, but not to soon. Sorry.

  • @dmso
    @dmso 9 місяців тому

    more or less ... another great tutorial. thanks!

    • @RainerHahnekamp
      @RainerHahnekamp  9 місяців тому

      Thanks Torben. "more or less...": Which E2E do you use?

    • @dmso
      @dmso 9 місяців тому

      previous work was all about Cypress (that is why we took the cypress course @ angularArchitects with you, what really helped), at current work we just switched to playwright, which turns out to be fantastic (compared to test cafe)

    • @dmso
      @dmso 9 місяців тому

      I was just referring that you use the term "more or less" very often in your video :)

    • @RainerHahnekamp
      @RainerHahnekamp  9 місяців тому

      ​@@dmso Ah, I see. Yeah, one of the new "Neujahresvorsätze": Geting rid of all those filler words.

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 10 місяців тому

    Looks pretty awesome , not gonna lie. PlayWright vs Cypress ?

    • @RainerHahnekamp
      @RainerHahnekamp  10 місяців тому +3

      This is for you: ua-cam.com/video/MRDJoggYamo/v-deo.html

  • @rkrao8582
    @rkrao8582 29 днів тому

    How does this compare to cypress? My current cypress is a memory hog and often takes too much of a time to execute anything! So my plan is to switch to this one gradually

    • @RainerHahnekamp
      @RainerHahnekamp  29 днів тому

      Hi, well, I'd say you watch this comparison I did: ua-cam.com/video/MRDJoggYamo/v-deo.htmlsi=bJdptufDdWOqtwup
      It seems that momentum is increasingly shifting in favor of Playwright.

  • @toromanow
    @toromanow 3 місяці тому

    I'm experiencing the following issues: 1) When I uncomment the webserver section in playwright.config.ts, then playwright reports "No tests" 2) In my test *.spec.ts file, await page.goto('') results in an error with no explanation. Thoughts?

    • @RainerHahnekamp
      @RainerHahnekamp  3 місяці тому

      You typically get that message, if you have an invalid configuration file. Check that your commenting also wasn't applied to some things (parenthesis for example).
      If you uncomment it, and Playwright works, it is definitely an invalid config. You can post the contents of it here as well.

    • @toromanow
      @toromanow 3 місяці тому

      @@RainerHahnekamp Actually, found those issues to be specific to Windows. All works fine on Ubuntu.

    • @RainerHahnekamp
      @RainerHahnekamp  3 місяці тому

      @@toromanow It shouldn't make a difference...