cypress-file-upload icon indicating copy to clipboard operation
cypress-file-upload copied to clipboard

File upload testing made easy

Results 38 cypress-file-upload issues
Sort by recently updated
recently updated
newest added

Hello Everyone after uploading pdf files by cypress I discovered that the uploaded file is blank any help please ?

bug

#### Checklist: - [x] No linting issues - [x] Commits are compliant with commitizen - [x] CI tests have passed - [x] Documentation updated #### Summary of changes _Please provide...

Fix readme - allowEmpty belongs to the second options object

### 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'); ### Versions

enhancement

### Current behavior: When I upload a JSON file. The file payload I get is malformed. It should be formatted JSON file and not double stringified JSON string. #### File...

bug

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....

I'm trying to upload a file, here's the script I use : ![image](https://github.com/abramenal/cypress-file-upload/assets/43233727/08df263b-cd13-45e1-a3e0-af16e3192283) When the script is run, a response like this appears: ![image](https://github.com/abramenal/cypress-file-upload/assets/43233727/f394519f-42ed-4f18-8ce4-eaa4d16d7e65) I have tried it manually and...

bug

#### Checklist: - [x] No linting issues - [x] Commits are compliant with commitizen - [ ] CI tests have passed - [ ] Documentation updated #### Summary of changes...