🔴 Playwright Live: Playwright Community, latest release and more!

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ค. 2024
  • Join Debbie and Ben to chat all things Playwright and learn more about the community, the latest release, and more!
    Links:
    aka.ms/playwright/discord
    github.com/microsoft/playwright
    dev.to/playwright
    / playwrightweb
    Featuring: Debbie O'Brien (@debs_obrien), Ben Fellows (@FellowsBen)
    #Playwright #testing
  • บันเทิง

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

  • @AlexCastroDev
    @AlexCastroDev 19 วันที่ผ่านมา +2

    Love using Playwright

  • @davitvardanyan1883
    @davitvardanyan1883 19 วันที่ผ่านมา +1

    thanks, and please for the future do this lives only on TH-cam, I'm living in other time zone and I always missed the calls in the discord, but with TH-cam I always can find all important information after the live, if I missed it

  • @SamPrince
    @SamPrince 18 วันที่ผ่านมา +1

    The comment about vscode saying test not found - that happens when you add or remove lines from the script file so that the line number of the start of the test changes. It seems the testing tab records the line number and errors if the test is no longer on that line when it tries to run it, so when you refresh it updates the line numbers and starts working again.
    Guess they could make it rescan more aggressively or cleverly?

  • @radezzientertainment501
    @radezzientertainment501 19 วันที่ผ่านมา +1

    just demo'd the test recording feature to my team and they loved it!! thanks team PW

  • @Sleuthbynature
    @Sleuthbynature 5 วันที่ผ่านมา

    Can I add a retry step on the CI using the new retry command line --last-failed?

  • @user-dw9mq9hy3f
    @user-dw9mq9hy3f 19 วันที่ผ่านมา

    I liked the idea of training and certification. I can get a good certificate and get a big salary

  • @mdmahfuzalam7677
    @mdmahfuzalam7677 15 วันที่ผ่านมา

    How can we perform flutter web apps for UI automation using playwright?

  • @lesibalanga9102
    @lesibalanga9102 15 วันที่ผ่านมา

    Im new to playwright,
    im still learning selenium on a BDD framework .
    I would like to know if playwright supports mobile app testing ios/android via appium?

  • @SQARM1
    @SQARM1 19 วันที่ผ่านมา +1

    Thanks for the session, I couldn't get the name at the: 59:11 which Debbie mentioned, can someone add as a comment. Thanks

    • @thomasphillips885
      @thomasphillips885 19 วันที่ผ่านมา +1

      Kent C. Dodds

    • @SQARM1
      @SQARM1 18 วันที่ผ่านมา

      @@thomasphillips885 Thanks, appreciate it.

  • @JoshDresner
    @JoshDresner 19 วันที่ผ่านมา

    I’m curious on yalls recommended approach for a problem facing. I have a worker who scrapes a webpage and identifies required field on a given form. Then my application requires user input and then go back and actually fill in those fields. What’s the best way to correlate the original field to the one I’m now seeing to confirm it’s actually the right field for a given response. I would expect the order of all of these fields to remain the same, however, I want to avoid using an ant pattern and prevent unpredictable behavior.

  • @blecomp
    @blecomp 18 วันที่ผ่านมา

    After update to 1.44.0 and update extension too, all my tests with screenshot and masking has failed, the mask doesn't work anymore, I tried to mask a video, paragraphs and don't work. I returned to 1.43.1 and all works fine

    • @Playwrightdev
      @Playwrightdev  18 วันที่ผ่านมา

      please submit a bug report on GitHub so the team can look into it

  • @maverick53500
    @maverick53500 14 ชั่วโมงที่ผ่านมา

    Will PlayWright support custom reporter lines in HTML reporter? Or at least add the possibility to add report message for actions such as clicks?

    • @Playwrightdev
      @Playwrightdev  8 ชั่วโมงที่ผ่านมา

      You can extend it via:
      - custom expect messages: playwright.dev/docs/test-assertions#custom-expect-message
      - custom runtime annotations on the test level: playwright.dev/docs/test-annotations#runtime-annotations
      If you want more, feel free to file a feature request on GitHub, thanks!

  • @blecomp
    @blecomp 18 วันที่ผ่านมา

    Great!, Where can I buy a Playwright t.shirt or hoodie likes Ben? Thanks

  • @radezzientertainment501
    @radezzientertainment501 18 วันที่ผ่านมา

    can we run the test generator and ui mode for component tests as well??

  • @KendallMcIntosh
    @KendallMcIntosh 19 วันที่ผ่านมา

    Florida! ☺️

  • @user-pr3nv8ym2l
    @user-pr3nv8ym2l 13 วันที่ผ่านมา

    BDD cucumber support please!

  • @kunalnegi8038
    @kunalnegi8038 19 วันที่ผ่านมา +1

    Will playwright support BDD?

    • @terencetcf
      @terencetcf 19 วันที่ผ่านมา

      not directly, but you can use it with cucumberJS

    • @michalslezak3511
      @michalslezak3511 19 วันที่ผ่านมา

      it supports BBD now with additional libraries