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

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 18

  • @praveersvn8275
    @praveersvn8275 9 месяцев назад +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.

  • @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.

  • @acthilina
    @acthilina 4 года назад +2

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

  • @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.

  • @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.

  • @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

  • @humanhealth8303
    @humanhealth8303 3 года назад

    wow 😍

  • @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.

  • @yt-sh
    @yt-sh 3 года назад

    5:09