sorry-cypress / cy2

Integrate Cypress with alternative cloud services like Sorry Cypress or Currents
https://docs.sorry-cypress.dev/cypress-agent/cy2
GNU General Public License v3.0
32 stars 5 forks source link

Upload videos for flake tests #73

Closed josefsmrz closed 1 year ago

josefsmrz commented 1 year ago

Description

When tests that have failed actually pass after a retry and videoUploadOnPasses: false flag is used, videos are currently not uploaded. It would be very nice to upload them also, because I could then investigate what was the cause of the flake and get rid of it.

Example usage

When I use videoUploadOnPasses: false and retries that is not zero, the video should be uploaded to the dashboad.

agoldis commented 1 year ago

That should go to cypress repo

josefsmrz commented 1 year ago

Okay, I wasn't sure, thank you.