What's new in Playwright 1.33 & 1.34

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 36

  • @abdulRahman-id3ru
    @abdulRahman-id3ru Год назад +16

    Really cool things... Playwright team is so aggressive on their updates... keep going...👍

  •  Год назад +6

    Comparing screenshots is a great feature! 🎉

  • @TimothyShiu-g5f
    @TimothyShiu-g5f Год назад +4

    Wow, ui mode is getting more feature, very useful feature! Great job!

  • @geoffreycollins6627
    @geoffreycollins6627 Год назад +5

    I love Debbie. However, where's Joel? 😭

  • @вадимлунин-и5м
    @вадимлунин-и5м Год назад +2

    Amazing!

  • @leonidvr6455
    @leonidvr6455 Год назад +2

    Great features !!!

  • @johanyandresquinterotoro193
    @johanyandresquinterotoro193 Год назад

    So We have visual testing! This is the best, top!

  • @frolivierlam
    @frolivierlam Год назад +1

    Thanks for that video
    I am using playwright lately and I am very happy about it !
    Works pretty well and very easy to setup
    You are so nice 🤭

  • @iddqd87
    @iddqd87 Год назад +1

    Thanks! Keep going!

  • @kailashpathak8906
    @kailashpathak8906 Год назад

    I loves New locator API's
    Thanks Debbie And Aslush ,Will Create Blog around it very soon!

  • @WinnieYuen
    @WinnieYuen Год назад +1

    Amazing! Thank you. Please keep going! 🥰

  • @Manoj-wz4wi
    @Manoj-wz4wi Год назад +1

    Really cool update!!!

  • @christianjosue79
    @christianjosue79 Год назад +1

    thanks!

  • @ritavdas7570
    @ritavdas7570 Год назад +2

    That's amazing. I hope you bring out a way to integrate Playwright with Azure Test Plans

    • @CJ2by4
      @CJ2by4 Год назад

      This! And a better json Report for the test Reporting task that looks closer to the html report.

  • @SashaY-r5w
    @SashaY-r5w Год назад +1

    😍😍

  • @goabeach1669
    @goabeach1669 Год назад +1

  • @NerdyThrowbackTech
    @NerdyThrowbackTech Год назад +1

    Great job

  • @meg6pat
    @meg6pat Год назад

    Great stuff. New locators are really good, easier to mark needed.
    To me the hardest thing now is to understand, how to set up properly test using some automation. And how to structure my tests.
    I watched some videos from youtube, but they are pretty hard to start with. Can you show something about it (structure of folders, using variables and states)?

  • @ШТЭПСЕЛЬ
    @ШТЭПСЕЛЬ Год назад +1

    Please, make ability to accept failed screenshots in UI-mode or in playwright-report. It's pretty comfortable to update screenshots when you see what you are going to update. 🙏

    • @Playwrightdev
      @Playwrightdev  Год назад

      I filed a feature request for you here! github.com/microsoft/playwright/issues/23371 Please upvote it there.

  • @The4m3r
    @The4m3r Год назад +4

    Where's Joel ?

  • @holbrookmiddlefield4555
    @holbrookmiddlefield4555 Год назад

    Would it be nice to merge the “actions” on the top with the “source” at the bottom?
    And would it be nice to have the “source” code hi-light just like “actions”?

  • @ShadyBoy_
    @ShadyBoy_ Год назад

    will those tools (UI mode) will be available in python as well?

    • @Playwrightdev
      @Playwrightdev  Год назад

      please fill out a feature request on GitHub or upvote if there is already one created

  • @CJ2by4
    @CJ2by4 Год назад

    How does teardown work if you are usung the same test file as setup? Does it try and figure out how to reverse all test steps?

  • @drmrgtx
    @drmrgtx Год назад

    Locator updates are awesome!
    But why do you hate python? A language specific list on new things would be really helpful...

  • @jambosuss
    @jambosuss Год назад

    How do we get to the UI mode when using Python?

    • @Playwrightdev
      @Playwrightdev  Год назад

      UI Mode is only available in node js

    • @jambosuss
      @jambosuss Год назад

      @@Playwrightdev will it come to the other languages eventually?

  • @I_Eager
    @I_Eager Год назад +1

    idk, all this 'await', 'async' and so on, it feels like I'm a JS developer when writing tests using PW. Cypress has way better syntax imo.
    But cool update tho :)

    • @CJ2by4
      @CJ2by4 Год назад +3

      Its better than defining waits in selenium tho

    • @rand0mtv660
      @rand0mtv660 Год назад +1

      That's what I like about Playwright, "it's just JavaScript", but that's from my point of view as a frontend developer. Cypress has its own weird async execution context and caveats around writing regular JavaScript when I need to. Although in the end these two tools are great and there is no clear winner, especially now when Playwright has this UI mode and it's getting better. Previously I thought Cypress had a developer experience advantage because of its superior watch mode while working on tests, but now that advantage is not so much present anymore.
      In the end, it's nice to see that there are multiple great options to choose from.

  • @alindinan4634
    @alindinan4634 Год назад

    playwright page.pause not working

    • @Playwrightdev
      @Playwrightdev  Год назад

      Please file an issue on GitHub with more details, thanks!