snapshot
                                
                                
                                
                                    snapshot copied to clipboard
                            
                            
                            
                        Adds value / object / DOM element snapshot testing support to Cypress test runner
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...
There is an api for auto retrying commands see for example command `get` and `retry` option in https://github.com/cypress-io/cypress/blob/d406018fea9aa1206e27f6c366218d7fccbcdba1/packages/driver/src/cy/commands/querying.coffee#L93
When snapshot fails to match it should not show snapshot command twice
These are some of the downsides of snapshot testing and the UX it will take to overcome it. 
Instead of using `snap-shot-compare` or our wrapper, allow the user to pass custom comparator object that gets `value` (from snapshot if any) and `expected` and maybe other options. Then the...
Weird case: - first regular test - second test visits a domain Whatever first test changed in snapshots, when second test starts and loads, it wipes clean the data, causing...