Playwright + Python: Framework for Automation Web Testing | Installation & Demo

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • ✅Learn how to install Playwright using Python as the scripting language.
    playwright.dev/
    github.com/mic...
    Topics covered:
    Video Introduction
    Playwright E2E Test Features
    Install Python & PIP
    Install Playwright
    First SYNC script
    First ASYNC script using Asyncio

КОМЕНТАРІ • 24

  • @joanmedia
    @joanmedia  2 роки тому +7

    🤖DISCORD: discord.gg/2F9E2fRGaU
    ⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
    📣More Playwright + Python Videos: shorturl.at/va6DU

  • @geodev
    @geodev Рік тому +2

    You nailed it, bro! Thanks for this tutorial!

  • @MvxGaming
    @MvxGaming 24 дні тому

    python -m playwright install if you get an error this will fix it

  • @alexc7289
    @alexc7289 Місяць тому

    playwright docs are complete garbage. The core developer jumped ship from the project already. I wouldn't recommend using playwright moving forward.

  • @maratin93
    @maratin93 6 місяців тому +1

    Thanks for the video, great explanations on how to start with Playwright 🙏
    Can you explain the purpose of running the function/tests in async?
    What are the benefits of using async and if there is specific reason to use it instead of synch?
    Thank you.

  • @victor.maniglia
    @victor.maniglia Рік тому +3

    Hey Joan. Could you tell me what theme you use for Visual Studio in this video?

  • @basurajs
    @basurajs 6 місяців тому +1

    Please let me know when to use "async_playwright" and "sync_playwright". what is the difference between these two.

    • @pb-wp5ny
      @pb-wp5ny 2 місяці тому

      Auto login issue😂😂same here

  • @Shahzilrind
    @Shahzilrind 2 роки тому +5

    My favourite tutor

    • @joanmedia
      @joanmedia  2 роки тому +2

      Will be back with Playwright + Python pretty soon

    • @Shahzilrind
      @Shahzilrind 2 роки тому +2

      @@joanmedia thank you. I want to see Ci cd integration as well

  • @ramanrayat
    @ramanrayat 6 місяців тому

    Hi do you have any tutorial or arrticle which can address execution our test cases on sauce lab with playwright + pytest + python ??

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

    7:24

  • @LesAxolotl
    @LesAxolotl 4 місяці тому

    Nice video. Can you elaborate about the differences between syn and async apis and what are the use cases for each one, advantages, drawbacks, etc.

  • @ffgaming-fe3cx
    @ffgaming-fe3cx 7 місяців тому

    how to scrape multiple attributes like name,price,review,rating?

  • @ThisLineCrossed
    @ThisLineCrossed 2 місяці тому

    This video was really well done. A sub and like well earned. I would have prefered for you to explain a little why we need to use await at the points we do but maybe we'll get to that in the following videos!

  • @ata7685
    @ata7685 Рік тому

    bro, i installed playwright wit the command: pip install pytest-playwright but now when I do the playwright install it says playwright: The term 'playwright' is not recognized as a name of a cmdlet, function, script file, or executable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

  • @abinaya5195
    @abinaya5195 Рік тому

    Hi, does playwright pytest have any file like playwrightconfig? How to base url, broser settibg and environment and time at project level like conf file?

  • @okeoghenemba8153
    @okeoghenemba8153 2 місяці тому

    Thank you, Joan!

  • @gauravb764
    @gauravb764 Рік тому

    Thank for this wonderful Video

  • @tommifish322
    @tommifish322 Рік тому

    Great introduction, subbed :)

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

    You cold a be a bit blunt because if someone is looking for this application, probabbly this person already know how to install python, create env and so on..