cypress-file-upload: File upload failures with new Cypress v5.0.0
cypress-file-upload plugin working correctly with Cypress v4.11.0 but after updating Cypress to v5.0.0 the file upload functionality fails.
Error: CypressError: base64StringToBlob()
no longer returns a Promise
. Update the use of base64StringToBlob()
to expect a returned Blob
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 32
- Comments: 15 (1 by maintainers)
Hey all! After speaking with @abramenal , it seems the best way forward is for another person to become a maintainer on this project. Looking forward to working with you all!
This is my first time being an OSS maintainer, so please be gentle.
There is an open PR and I’m working with the author to get it ready. Thanks for your patience!
Any way to work around the issue while waiting for an updated release? We’re quite heavily relying on this plugin and can’t update cypress 😄
By when this can be updated, I am waiting for this to be updated before I upgrade cypress
Still waiting for the maintainer to step up and merge and release #215 …
What is the progress of this issue? I am migrating a quite huge project and this is the last issue I have.