abramenal / cypress-file-upload

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

[Feature] Upload files from downloads folder, not only from fixtures #324

Closed postoronnii closed 2 years ago

postoronnii commented 2 years ago

Add an ability to set another folder for storing pictures for upload.

Problem: Now, to upload the file it should be located in fixtures folder, but in some cases it requires to download the file first, that stores in downloads folder, and upload it further from this folder. Currently is not possible to do from the box.