Playwright tutorials for beginners- Page Object Model using Playwright and Typescript - Step by Step

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

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

  • @SoftwareTestingTipsandTricks
    @SoftwareTestingTipsandTricks  8 หลายเดือนก่อน

    All Playwright Tutorial Videos - th-cam.com/play/PLul1O5xZFLa2SmsVPI10dx23xbIUrGFNl.html

  • @somkhit_phosavath
    @somkhit_phosavath 9 หลายเดือนก่อน +1

    Thank you. Clear explanation of using POM on Playwright with Typescript

  • @Kiki_one
    @Kiki_one 10 หลายเดือนก่อน +1

    thank you!! very nice video!!

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

    please post JavaScript-Playwright videos with real time examples.

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

      Thanks for the suggestion, I am planning that. Let me know if you are looking for any specific example.

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

    Great video. simple explanation. Amazing. Can you please share the page object mode code also? github url is preferred.

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

    Error: function uses multiple asynchronous interfaces: callback and promise
    to use the callback interface: do not return a promise
    to use the promise interface: remove the last argument to the function. but followes the same steps and used Gherkin

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

      These errors are from Gherkins due to more parameters. check this out - stackoverflow.com/questions/67086671/function-uses-multiple-asynchronous-interfaces-promise-mapseries
      if still does not work, Can you please share your code?