Modern Web Testing and Automation with Puppeteer (Google I/O ’19)

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Puppeteer is a Node library developed by the Chrome DevTools team for testing and automating headless and full Chrome. In this talk, learn how to easily setup Puppeteer for modern testing in different browsers and highlight other interesting use cases of headless Chrome: e2e workflows, tooling integration, ""the browser as a service"", CI/CD, using Puppeteer for local development, and more.
    Watch more #io19 here:
    Web at Google I/O 2019 Playlist → goo.gle/io19web
    Google I/O 2019 All Sessions Playlist → goo.gle/io19al...
    Learn more on the I/O Website → google.com/io
    Subscribe to the Chrome Developers Channel → goo.gle/Chrome...
    Get started at → www.google.com...
    Speaker(s): Andrey Lushnikov, Joel Einbinder
    T4779A" event: Google I/O 2019; re_ty: Publish; fullname: Andrey Lushnikov, Joel Einbinder;

КОМЕНТАРІ • 38

  • @gauravmisrasankar4032
    @gauravmisrasankar4032 5 років тому +10

    Brilliant product. Hats off to you guys!

  • @pastuh
    @pastuh 5 років тому +17

    Exactly what i needed 2y ago. Throwing out macro recorder, its time to evolve :D

    • @MsTwte
      @MsTwte 3 роки тому

      who would start testing with macro recorder???

    • @pastuh
      @pastuh 3 роки тому

      used for Automation

    • @tedchirvasiu
      @tedchirvasiu 3 роки тому

      Today your comment was posted 2 years ago.

    • @pastuh
      @pastuh 3 роки тому

      @@tedchirvasiu Amazing

  • @Oreoezi
    @Oreoezi 3 роки тому

    This tool helped me sleep so much during meet classes thank you so much

  • @djn138
    @djn138 3 роки тому +1

    I love Puppeteer, it’s critical for testing my app. Very excited about Firefox and that Safari is on the roadmap. Definitely going to try out the mobile device emulation

  • @ahmedelmetwally1440
    @ahmedelmetwally1440 4 роки тому +1

    I'm using puppeteer since two years for generate large reports includes many of maps and graphs then export it as a PDF file. and it very useful for me

    • @abhi_rck
      @abhi_rck 3 роки тому

      I want to run a headless chrome in my server api .Is there any way of doing that

  • @ameghanandode7693
    @ameghanandode7693 4 роки тому +2

    With my experience, I have seen on actual IPAD or touch devices the issues are reproducible, but with the Chrome emulators the issues are not reproducible. Is there something new introduced with Puppeteer so that we can reproduce the issues in Chrome emulator too?

    • @jackiecs8190
      @jackiecs8190 4 роки тому

      That sounds like it could be a WebKit issue, and puppeteer doesn't have WebKit support yet

  • @j.k.ravshanovich
    @j.k.ravshanovich Рік тому

    Puppeteer/Cypress/Playwright are very cool, made for developers not for stakeholders!

  • @Mr767267
    @Mr767267 3 роки тому

    Can't we move to more abstraction? How does it compare with Vision UI, there I can record and play.

  • @destroyer-tz2mk
    @destroyer-tz2mk 4 роки тому +10

    Can't wait to use this to fill in all possible answers in google forms for my math test
    edit: I can't because only emails from my school acc are accepted to fill it in. FML

  • @testpassion1338
    @testpassion1338 4 роки тому

    I would like to automate the performance record and stop in chrome dev tools but will Puppeteer give me a way to save the interactive timeline report? Can puppeteer be run in a headfull mode? in an incognito tab? I saw the developers page but no specific examples

  • @Overthought7
    @Overthought7 5 років тому +6

    tough crowd

    • @Phanboy
      @Phanboy 4 роки тому +1

      "developers"

  • @viktorsoroka4510
    @viktorsoroka4510 5 років тому +2

    Are there plans for supporting other browsers as well, like Safari and Edge?

    • @RaidenFreeman
      @RaidenFreeman 5 років тому +1

      This is based on CDP (chrome devtools protocol), so when Edge converts to chromium it will probably largely work. I think (I may be wrong) that Safari does not play very nice with CDP, but it might in the future.

  • @danb2108
    @danb2108 5 років тому +11

    Firefox is not just a great web browser, is the best web browser, build by the people for the people.

    • @MagDag_
      @MagDag_ 4 роки тому +2

      which is working on chromium engine

    • @user-rg1jp2us4o
      @user-rg1jp2us4o 4 роки тому +2

      @@MagDag_ No, it uses its own rendering engine written in Rust and it has nothing to do with Chromium.

  • @monetcarriere9919
    @monetcarriere9919 3 роки тому +1

    brilliant :D

  • @AbdelhameedG
    @AbdelhameedG 4 роки тому

    Good talk thanks friends

  • @vivekbhardwaj8295
    @vivekbhardwaj8295 5 років тому

    is it stable enough to be integrated into our existing framework that uses chromium?

  • @sheraton234
    @sheraton234 4 роки тому

    Very productive sessions

  • @kricekt2001
    @kricekt2001 3 роки тому

    Can you verify design with this tool?

  • @alittlebyte
    @alittlebyte 4 роки тому

    How can people still use enzyme and react-testing-library for testing when such amazing tools are available?
    Simple, powerful, fast. What else y'all need?

  • @user-cs5hv3eg2i
    @user-cs5hv3eg2i 3 роки тому

    can you show me the Page Object, please?

  • @andriinebylovych294
    @andriinebylovych294 4 роки тому

    Really great

  • @ganeshpandeyjs
    @ganeshpandeyjs 5 років тому

    Amazing

  • @AlekseyRazbakov
    @AlekseyRazbakov 5 років тому +6

    Is it better then cypress?

    • @sahajamitrawat
      @sahajamitrawat 5 років тому +4

      Yes any day Puppeteer is better than Cypress.

    • @Tszyu01
      @Tszyu01 5 років тому

      They can't really be compared equally. Cypress is specifically for automation testing of web applications. It provides utilities for everything from debugging, spies/stubs/clocks, network traffic control, screenshots/videos and more. All these things can absolutely be done in puppeteer, but you would have to write/engineer those utilities.

  • @erlinvazquezcastellanos4052
    @erlinvazquezcastellanos4052 5 років тому

    Interesting