cypress-match-screenshot icon indicating copy to clipboard operation
cypress-match-screenshot copied to clipboard

Utility to take screenshots during a cypress test and match them against previous runs

Results 13 cypress-match-screenshot issues
Sort by recently updated
recently updated
newest added

Is it possible to make a screenshot of specific element on the page . Lets say ``` cy.get('.login-form').matchScreenshot ``` This is really useful feature to trigger asserts on specific elements....

I got a strange error while taking screenshot of a particular page. It happens in ".screenshot()" command. Other steps using "matchScreenshot" works perfectly except this step. Could you please help...

Hi, when I try to run this command I get the next error: OS: Win 10 Git Bash is installed ``` Command: exec cypress_runner.js:139230 Error: CypressError: cy.exec('mkdir -p cypress/screenshots/new') failed...

First of all, thanks for nice additional feature for cypress! I set it up on my Mac OS, so generated base screens. When running again, everything is green. But, when...

updateScreenshots works fine in cypress.json, or from inside of tests (Cypress.config('updateScreenshots', true)). But passed in from the cli, as in "cypress run --config updateScreenshots=true," the screenshots are compared and tests...

We noticed increasingly regular timeouts when running `cypress-match-screenshot` in a docker container on drone for any command that interacted with the filesystem. In an effort to improve reliability, we switched...

To avoid false positives, it makes sense to fail tests when updating screenshots. This way there's no way you could accidentally leave updateScreenshots set to true without noticing.

Hey, nice work here! 👍 FYI, `cy.screenshot()` has been rewritten from the ground up in the `3.0.0` version of cypress which eliminates the need for sophisticated cropping code here. Check...

Seeing a significant amount of false negatives between resolutions - i.e. switching from big screen to small laptop screen. How to prevent?