abramenal / cypress-file-upload

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

wip: Upgrade to cypress 10 #377

Open alex-wilmer opened 1 year ago

alex-wilmer commented 1 year ago

I needed to test this against Cypress 10--I couldn't get it to work on my project so I forked this and upgraded here and it DOES work which is great.

Opening this PR to start a conversation about which version the recipes here should be running against. If this is moving in the right direction I can update the rest of the recipes.

Let me know thanks

Checklist:

Summary of changes

abramenal commented 1 year ago

As of this change, I feel further maintenance of this package is not needed: https://www.cypress.io/blog/2022/01/19/uploading-files-with-selectfile/

@alex-wilmer or are there scenarios where you would still rely on cypress-file-upload instead?