cypress-file-upload
cypress-file-upload copied to clipboard
[Feature] Allow to upload. ico files
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');
