-
-
Notifications
You must be signed in to change notification settings - Fork 22
Upload diff screenshots to Cypress Dashboard as well as actual screenshot #163
-
I really impressed how good this plugin and easy to use - thanks for that! But just one thing which we would like to have - by some reason Cypress is uploading only actual screenshots and not any diffs so this is hard to understand what is actually happened there. As a workaround I've implemented a script which is uploading diff files to S3 AWS bucket and after build downloading these files to our CI and attaching them to the build as artifacts. But this is not so good as we need always to dig into job and look for these files. I configured to save files using this structure:
imagesDir: './snapshots/snapshots_local',
Maybe I configured something in the wrong way - how it works from your side? Are you able to see diff files on Cypress Dashboard after test runs?
Screenshot 2022年10月20日 at 18 03 05
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 1 reply
-
Hey @viktorgogulenko,
Just to make it clear - your issue is that the screenshots are not visible in the Cypress Dashboard? Or are we talking something else as well?
Beta Was this translation helpful? Give feedback.
All reactions
-
Diff screenshots are not going to the dashboard and most of "actual" screenshots which were uploaded - broken there.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey @FRSgit, Yes I also do not see the diff screenshots at all on Cypress Cloud. So far the actual screenshots are working fine for me. I am on v3.3.10 of the plugin and the latest version of Cypress v12.16.0.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey!
Sorry for long delay in response.
I've answered similar question here: #223 (comment)
Unfortunately, I think it's not possible to provide better integration with Cypress Cloud
Beta Was this translation helpful? Give feedback.