PLAYWRIGHT: API Testing (MUST WATCH IT)

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 14

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

    🤖DISCORD: discord.gg/2F9E2fRGaU
    ⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
    📣More FREE Playwright + JS/TS videos: shorturl.at/JePdW
    📚Would you like an advanced Udemy course? Let me know it -> forms.gle/PbGHXowDe6Kw88jL9

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

    Thank you for the demo!
    I just wanted to mention that it's a good practice after DELETE request, to assert with by sending a GET request that the item is not there anymore.

  • @justcreatorr
    @justcreatorr Рік тому +4

    Дякую, друже!)

  • @JomoRizing-js2lb
    @JomoRizing-js2lb Рік тому +1

    i like your videos very much please keep posting. you will build an amazing test automation community 🙌✅️

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

    Nice tutorial
    Crisp and clear
    Thanks!

  • @alexanderkomanov4151
    @alexanderkomanov4151 Рік тому +1

    You have an amazing channel! A great content! You have a new subscriber!

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

      Thank you Alexander! Invited to join my new discord channel to keep contact. Please check the fixed comment for more info.

  • @potatofu5611
    @potatofu5611 Рік тому +1

    will try api test, thanks for this ❤

  • @RahulSingh-my4vh
    @RahulSingh-my4vh Рік тому +1

    nice video about starting with API testing. Thanks.
    Quick ques, my VSCode doesn't show those green arrows (assuming they are for Tests). Can you share, how that will come and how to do code debugging ??
    Thanks Again !

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

      Hello sir! Try installing the vscode extension for Playwright. That’s how you get them 😁 you can find a video about it in this channel

  • @priyankav2890
    @priyankav2890 3 місяці тому

    Hi Joan
    Do you know if there any design pattern or tool or framework i can use for api spec validations

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

    I'm curious can you have multiple baseURL if you have one for ui automated tests and one for api tests? Thanks!

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

      I had the same question, I currently use postman for API testing and test many APIs which have different baseUrls, Bearer tokens, content types etc. I presume the Playwright config would have to hold all this additional information?

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

    Thanks a lot for your videos :) Just quick question related to Token, If token is generated through In-house tool of project, then how to use in playwright API test, can you please help?