snapshot icon indicating copy to clipboard operation
snapshot copied to clipboard

Adds value / object / DOM element snapshot testing support to Cypress test runner

Results 67 snapshot issues
Sort by recently updated
recently updated
newest added

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. ![screen shot 2017-12-12 at 12 17 46 pm](https://user-images.githubusercontent.com/1268976/33898472-8b4242f0-df36-11e7-927c-6cb279e09e61.png)

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

enhancement

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

bug