percy / percy-cypress

Visual testing with Cypress and Percy
https://percy.io
MIT License
346 stars 40 forks source link

Replace medium snapshot #75

Closed Robdel12 closed 5 years ago

Robdel12 commented 5 years ago

This test: https://github.com/percy/percy-cypress/blob/master/cypress/integration/sdk_spec.js#L64-L67 creates a diff on each push, which isn't very valuable. We should find a suitable replacement

djones commented 5 years ago

Yup... that's not just limited to this SDK too. We do need to capture live websites in our tests but we could pick ones that are very stable.

These are good:

Not sure if there's more complex sites out there which would be as stable.

djones commented 5 years ago

Closing with the shipment of https://github.com/percy/percy-cypress/pull/81