How is this different from jest snapshot testing ? With jest you compare snapshot of each component right. Do we really need this visual testing? Does it add more value ?
Jest Snapshoting does not compares the UI element and pixels, rather it compares the DOM structures, component structures, but this compares the other way around. Thanks
Hi, is it possible to compare screenshot from two different branches with percy...for e.g If I wan't to compare my master branch screenshot with feature branch, how can we do that?
5 ปีที่แล้ว
It always compares against the last screenshot? Is there a way to compare against the master screenshot similar to what a pull request does?
How is this different from jest snapshot testing ? With jest you compare snapshot of each component right. Do we really need this visual testing? Does it add more value ?
Jest Snapshoting does not compares the UI element and pixels, rather it compares the DOM structures, component structures, but this compares the other way around.
Thanks
I am not sure if I got it right. If I see jest snapshots they have styles for each dom element as well. Which infers that they compare styles as well.
Hi, is it possible to compare screenshot from two different branches with percy...for e.g If I wan't to compare my master branch screenshot with feature branch, how can we do that?
It always compares against the last screenshot? Is there a way to compare against the master screenshot similar to what a pull request does?
thanks!! maybe a video for Shadow Root??? please