cypress-image-diff icon indicating copy to clipboard operation
cypress-image-diff copied to clipboard

Visual regression test with cypress

Results 42 cypress-image-diff issues
Sort by recently updated
recently updated
newest added

Hello Here is a feature/configuration proposal : currently I push my baseline images in my git repository and my CI is running automatically. The tests are passing in the case...

Hi, I use Ubuntu 22.04.1 without GUI to run test. Cypress version 10.11.0 When you run the tests in headless mode, snapshot command generate an error in console and image...

This plugin is only taking a screenshot of about a 1000px square section of the top left of the screen, which is a small portion of this long form I'm...

Unable to accurately update baseline image I generated two pictures in the baseline through the code, img1 and img2, and the same two pictures in the compoarision. At this time,...

enhancement
good first issue
cli

Addressing [issue](https://github.com/uktrade/cypress-image-diff/issues/9) with hardcoded baseDir. This should not break existing setups, parameter is optional. Please let me know, if anything needs more work / implemented in a different way.

Is this not possible? It doesn't appear to be from the code, but I don't see why it could not be. I'd like to be able to clip the screenshot...

enhancement
good first issue

config: "test": "DEBUG=code-coverage cypress open --component --browser chrome", "test:force-update-baseLine": "DEBUG=code-coverage cypress open --component --browser chrome && cypress -image-diff.js -u", "test:commit": "cypress run --component --browser chrome && npx nyc report" my...

For example, I executed cypress run on computer 1, generated a baseline image, and then submitted the code. When I execute it again on computer 2, there will be a...

When I collect snapshots using `cypress run`, the screenshots collected are collected at a default pixel density. However, when I collect snapshots using `cypress open` on my MacBook, the screenshots...

Both screenshot and report folders are hardcoded. There might be use cases where we would like to have these folder creation configurable to our needs.

enhancement