We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Issue is tracking implementing a plugin for cypress that will help us do visual diff regression testing.
cypress
Most likely candidate for this is: https://github.com/palmerhq/cypress-image-snapshot
And setting it up something like this: cypress-io/cypress#495 (comment)
We'll also need to config the screenshots to be a bit larger for this to work properly: cypress-io/cypress#495 (comment)
Alternatives:
The text was updated successfully, but these errors were encountered:
Leaving this here for when we'll have time for it:
So turns out Cypress made a move towards this, but decided against implementing it natively.
However, they did test the commercial products that are out, and offer a very good best practices writeup that we can follow: https://docs.cypress.io/guides/tooling/visual-testing.html#Functional-vs-visual-testing
Sorry, something went wrong.
Closing as E2E tests will have a different format now
No branches or pull requests
This Issue is tracking implementing a plugin for
cypress
that will help us do visual diff regression testing.Most likely candidate for this is: https://github.com/palmerhq/cypress-image-snapshot
And setting it up something like this: cypress-io/cypress#495 (comment)
We'll also need to config the screenshots to be a bit larger for this to work properly: cypress-io/cypress#495 (comment)
Alternatives:
The text was updated successfully, but these errors were encountered: