reportportal / agent-js-cypress

Agent to integrate Cypress with ReportPortal.
https://www.npmjs.com/package/@reportportal/agent-js-cypress
Apache License 2.0
39 stars 39 forks source link

Video attachement won't play after downloading #202

Closed ashvinjaiswal closed 1 month ago

ashvinjaiswal commented 1 month ago

Description: When using the uploadVideo option, videos are successfully uploaded as attachments. However, there is an issue when attempting to download them. Unfortunately, the downloaded files do not play correctly.

Observations: We’ve noticed a discrepancy in file sizes between the local files and the uploaded files. It appears that the uploading function processes the file before Cypress generates it.

Expected Behavior: We expect the downloaded files to play correctly and match the original local files.

Pink-Bumblebee commented 1 month ago

@AmsterGet could you please help?