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
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.
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.
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 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.
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
Superb! I really liked the way you teach. You really deserve lot more views and subscription.
Thanks a lot!
I am not getting option to compare and update snapshot
can you please tell which configuration i am missing ?
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.
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.
is there a way in cypress-plugin-snapshot to ignore certain factors. i.e. in my case opacity on the elements is randomly generated.
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??
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
Amazing video. Everything you say is super clear. Thank you.
What does wrap() do please?
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
Hiii! we can to do 2 test in simultime ?
Do you mean run tests in parallel?
@@artembondar6577 yes, but in 2 windows diferent. Do you have some video about this
@@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.
wow 😍
5:09