abramenal / cypress-file-upload

File upload testing made easy
https://npm.im/cypress-file-upload
MIT License
496 stars 89 forks source link

[Bug] md5 change after uploaded via this plugin #315

Open sinbargit opened 2 years ago

sinbargit commented 2 years ago

Current behavior:

md5 change after uploaded via this plugin

Desired behavior:

md5 not change after uploaded via this plugin

Steps to reproduce: (app code and test code)

Get the file md5 with md5sum tool Get the file md5 after uploaded with md5sum tool The two md5 not same

Versions

cypress-file-upload : 5.0.7 cypress: 7.6.0

sinbargit commented 2 years ago

using encoding base64 as workaround. close it