How to test and monitor your APIs with Playwright

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 12

  • @_unreal_engineer
    @_unreal_engineer Před 4 měsíci +2

    i love checkly

  • @uvitalkumar
    @uvitalkumar Před 4 měsíci

    Hope more videos on GraphQL API testing using Playwright

    • @ChecklyHQ
      @ChecklyHQ  Před 3 měsíci

      Let's see what we can do. :) Do you have any specific topics in mind?

    • @epicgamers1998
      @epicgamers1998 Před měsícem

      Graphql api automation using bdd

  • @tiagosutter8821
    @tiagosutter8821 Před 3 měsíci +1

    Thanks, that is interesting, i might use Playwright to test APIs as well since i'll be already using to e2e tests. Is it using a browser under the hood while API testing though? I hope not, as i don't see the need to have a browser context for that

    • @ChecklyHQ
      @ChecklyHQ  Před 3 měsíci

      I'm pretty sure `request` doesn't spin up a browser. :)

  • @Matkotech
    @Matkotech Před 4 měsíci +1

    Great content! Can you make video API Authentication to bypass UI login. Ty! Cheers ☺️

    • @ChecklyHQ
      @ChecklyHQ  Před 4 měsíci +1

      Let's check if I understand correctly: you would like to watch a video that shows how to login via HTTP and then pass the session data to a browser session to save time?

    • @carldmitch
      @carldmitch Před 4 měsíci +1

      @@ChecklyHQ perhaps Matko wants to see how to use global-setup where you can login and save the storageState.json, then load the storageStage before all the tests thus bypassing subsequent login flows.

    • @Matkotech
      @Matkotech Před 4 měsíci

      @@ChecklyHQ Yeah, to perform auth via API post req and then use that session in test to save time

  • @_unreal_engineer
    @_unreal_engineer Před 4 měsíci +1

    Hello, which tool do you use for auto complete ? Thank for everything

    • @ChecklyHQ
      @ChecklyHQ  Před 4 měsíci +1

      It's Github's Copilot. :)