Cypress.io: Visual testing with plugins and Percy.io

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

КОМЕНТАРІ • 19

  • @praveersvn8275
    @praveersvn8275 10 місяців тому +1

    Very clear and detailed explanation . Thankyou. With the latest versions of cypress and percy.May be use 'npx' command instead npm for installing and running percy.
    This might help someone who's looking for percy implementation

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

    Superb! I really liked the way you teach. You really deserve lot more views and subscription.

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

    I am not getting option to compare and update snapshot
    can you please tell which configuration i am missing ?

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

    Facing an issue. When I check the screenshot for comparison that appears to be very blurred and distorted, also it does not show the previous screenshot, although the functionality appears to be working fine.

  • @Leonardo-gd2iz
    @Leonardo-gd2iz 2 роки тому

    Good day! Is it possible to upload a screenshot once and constantly check it? The idea is not very clear that after each test the base screenshot is overwritten. Either I didn't figure it out) I want to run a test many times in Intellij IDEA Selenium and compare with the same screenshot.

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

    is there a way in cypress-plugin-snapshot to ignore certain factors. i.e. in my case opacity on the elements is randomly generated.

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

    Is there a way where we can store any image in our local system, provide the path in the code itself and can compare the same with the test snapshot??

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

      this not going to work. Because your own image should be exactly as you expect by pixel! So let the framework make this image for you

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

    Amazing video. Everything you say is super clear. Thank you.

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

    What does wrap() do please?

    • @artembondar6577
      @artembondar6577  3 роки тому +2

      When you want to switch from jQuery context to cypress contect, you wrap that jQuery object with cy.wrap() and then can chain cypress commands from it. Usually wrap() is used in combination with then(). You can find all this in my Udemy class

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

    Hiii! we can to do 2 test in simultime ?

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

      Do you mean run tests in parallel?

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

      ​@@artembondar6577 yes, but in 2 windows diferent. Do you have some video about this

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

      @@CAMPEAKOFICIAL To run tests in parallel you have to use Cypress Dashboard service or use open souce project "Sorry Cypress" to do that. In my Udemy class you can find a videos about both.

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

    wow 😍

  • @yt-sh
    @yt-sh 3 роки тому

    5:09