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.
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
andretries
that is not zero, the video should be uploaded to the dashboad.