abramenal / cypress-file-upload

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

[Bug] Regression: Multiple files upload is no more available since 4.0.0 #234

Closed Aurangseb closed 3 years ago

Aurangseb commented 3 years ago

Current behavior:

Single file upload with attachFile(). In previous versions upload / uploadFiles was available for multiple file upload

Desired behavior:

provide attachFiles() in order to be able to migrate code

Steps to reproduce: (app code and test code)

Versions

karansaini1 commented 3 years ago

When this functionality of uploading multiple files together will be added?

abramenal commented 3 years ago

It's currently pending for this PR: https://github.com/abramenal/cypress-file-upload/pull/227 Personally I'm overloaded with job stuff, so would appreciate if someone can also dive into that PR and ensure the implementation passes all existing tests. After that we're free to release it