cypress-file-upload
cypress-file-upload copied to clipboard
File upload testing made easy
Hello Everyone after uploading pdf files by cypress I discovered that the uploaded file is blank any help please ?
#### 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
### 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...
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 :  When the script is run, a response like this appears:  I have tried it manually and...
#### Checklist: - [x] No linting issues - [x] Commits are compliant with commitizen - [ ] CI tests have passed - [ ] Documentation updated #### Summary of changes...