abramenal / cypress-file-upload

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

[Feature] Allow to upload. ico files #380

Closed liufulei closed 1 year ago

liufulei commented 1 year ago

Current behavior:

When attaching files, you can upload. ico format files and obtain file blobs

Desired behavior:

I want to get the. ico file blob cy.get("input[type='file']").eq(1).attachFile('1.ico');

image