Skip to content
New issue

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

Add Cypress adapter #388

Open
panmona opened this issue Jul 10, 2021 · 1 comment
Open

Add Cypress adapter #388

panmona opened this issue Jul 10, 2021 · 1 comment

Comments

@panmona
Copy link

panmona commented Jul 10, 2021

It would be really cool to be able to use this tool together with Cypress as this is IMO currently the best tool out there to write tests in the browser.

There are other open source solutions for it already (for example https://github.com/jaredpalmer/cypress-image-snapshot) and many commercial ones. This one seems to be the better choice overall though.
For a list of currently available visual diff tools for Cypress see this: https://docs.cypress.io/plugins/directory#visual-testing

Would you consider adding a Cypress adapter to this library?

@NiGhTTraX
Copy link
Owner

NiGhTTraX commented Jul 11, 2021

Hey @panmau, yes Cypress support is on the horizon.

The implementation will be different from the existing adapters as the Cypress test runner executes in the browser, so Mugshot's Node dependent logic will have to be driven from a Cypress plugin.

I'll keep the issue open and come back once I'm done with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants