Selenium, Puppeteer or Playwright How to Choose

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Puppeteer is getting a lot of buzz as a way for JS developers to create E2E/UI tests. But is it better than Selenium? Not to be outdone, Microsoft forked and released a new version of Puppeteer, called Playwright, with added capabilities. What are the distinctions and how do you choose?
    In this talk, we will compare those test automation platforms, demonstrating the differences. You will learn some of the key limitations and benefits of each platform to better inform your decision.
    Sign-up for your free Testim trial today: www.testim.io

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

  • @RoyerAdames
    @RoyerAdames 3 года назад +1

    Thank you for the talk.

  • @grasshopper2494
    @grasshopper2494 2 года назад

    Great analysis and summary. Any chance you can create an updated version as playwright is adding features and with the 'official' selenium 4 release. Thanks

  • @johnkennerley7865
    @johnkennerley7865 4 года назад

    Excellent talk. Good effort. Very clear.

  • @muffinberg7960
    @muffinberg7960 2 года назад

    I am not sure why we are in awe of how a click is implemented. I am implementing clicks since I was a child configuring macros on my gaming mouse and keyboard. Like ok, I am also child like and very much enjoy how a click functions, but why focus on it in your argument when there is no different implementation to it between the options you are considering. It is always a keydown keyup that is it. Sorry if I am missing something here.

  • @feralgoose7157
    @feralgoose7157 3 года назад

    Thanks very useful talk. Do you have an updated review since this over 6 months? Would be interested if these tools are still tracking. Currently, looking to update existing tooling and Cypress and Playwright are being evaluated to replace our Selenium code.

    • @testim3156
      @testim3156  3 года назад

      Thank you for watching, Feral! We will be sure to share your request for updated review with our internal teams! We always encourage our community to check out our free community plan with 1000 monthly runs on us.

  • @samanthapereira44
    @samanthapereira44 4 года назад

    Thanks for the explanation. Can we use puppeteer + selenium with other languages other than JavaScript? Like Python/Java/Scala etc

  • @MrUdhayk
    @MrUdhayk 4 года назад

    Nice!
    However, You didnt even comment our Chris's WebDriverIO - Please provide your views on WebDriverIO NodeJS bindings and Selenium's bindings...
    We also need Cucumber framework on top of it. Any nectar from you would be really useful.