Testing APIs With Cypress

Поділитися
Вставка

КОМЕНТАРІ • 19

  • @dodosaurus4875
    @dodosaurus4875 Рік тому +5

    So glad to see Filip getting fully into teaching, wishing all the best and a lot of success, you are good teacher.

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

    Is it possible to take screenshot of the response headers?

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

    great video Filip Nice explanation

  • @AwaisKhalil-fc1tj
    @AwaisKhalil-fc1tj Рік тому

    @Cypress, can we send POST method the api body request which is enclosed in single quote '{ body request data }'
    In cypress when i gives exact body then its giving me error and if i remove the single quote then my requested api getting 500 internal server error which is not expected. So please share if there is any solution. Thanks

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

    Can we or is there a way to encode the data support to avoid sensitive data over the network and shows encoded data everywhere the user tries to see it?

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

    Hello, one question, my request through cy.api() works fine because I have a good status and a good record in the database, but on the screen I don't see the response in cypress, when I do the same request through postman, normally I have the response. What am I doing wrong?

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

    Hello friends, I want to ask, how do I re-run the run button automatically if everything is successful (there is a green tick).

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

    Very nice session - thx a lot

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

    Nice discussion

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

    Please add a repo link as mentioned in the beginning so we do not have to scrub the video for it.

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

    This is amazing

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

    Need detailed level api automation framework

  • @Mack-c8z
    @Mack-c8z Рік тому

    hi there i'm from china.how doi get a hat from Cypress?

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

      swag.cypress.io/collections/apparel-1

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

      Enjoy! 😀

  • @HoanHuynh-1479
    @HoanHuynh-1479 4 місяці тому

    nice ideas

  • @alexandresantos7966
    @alexandresantos7966 11 місяців тому

    It's a good approach, use cucumber to test API's? I tried but found it a little complicated.