-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
For some reason (sometimes) when i run the visual tests (using storycap for capturing the images) reg-cli logs a certain diff (which is a valid change) but when i run the update script, it logs that 2 files were updated. The issue here is that the 2nd file was not even listed in the report.
When i push the changes to GitLab i can see a diff, it seems like the file size is the only thing that is different (i'm not sure why though).
It doesn't happen all the time so its hard to understand what is causing it, maybe storycap has a bug or a config i am missing that makes it generate a different image size.
Note that i am running the tests in a docker, so i doubt its an environment issue.
This is how i run it:
yarn reg-cli somePath somePath somePath -R somePath/report.html --extendedErrors --matchingThreshold 0.1
