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

Hi, I'm currently testing an application that can be configured to accept or deny some mimeTypes based on the customer settings. So I'm using this lib to upload files, and...

### Current behavior: An element `` can have a file attached to it using this plugin without specifiying `force: true`. ### Desired behavior: Attaching a file to a disabled input...

bug

### Current behavior: md5 change after uploaded via this plugin ### Desired behavior: md5 not change after uploaded via this plugin ### Steps to reproduce: (app code and test code)...

bug

> Hello, in my case where I used mp4box library to have a check on video metadata before sending a video, the above workaround does not work. It produces wrong...

### Current behavior: with the new cypress v7.0.0 and cypress-file-upload v5.0.4 the pdf upload is not working. i got the following error: ``` TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The first argument must...

bug

### Current behavior: If you have _fixture (folder) > licences (folder) > valid-licence.json and unvalid-licence.json_ This doesn't work ``` cy.get('[data-cy="file-input"]') .attachFile('valid-licence.json'); ``` This doesn't work ``` cy.get('[data-cy="file-input"]') .attachFile('**\valid-licence.json'); ``` (nor...

enhancement

I cannot upload a video file with the current version (3.4.0) ![e2e-test 2019-11-04 09-37-37](https://user-images.githubusercontent.com/1529172/68128979-bee32080-fee6-11e9-99e2-330744b19cdd.jpg) The code: ``` cy.fixture('images/sample_video.mp4', 'base64').then(fileContent => { cy.get('input.uppy-Dashboard-input').upload( { fileContent, fileName: 'sample_video.mp4', mimeType: 'video/mp4' }, {...

bug

### Current behavior: When uploading large files: - 50MB memory usage goes up to 3GB usually cause CI to kill process and fail - 100MB just fails, see screenshot https://i.imgur.com/Ec2c6ro.png...

bug
needs investigation

I'm able to upload pdf document but getting window pop up to save document with blob link at header. not able to see preview for uploaded document cy.fixture(fileName , "UTF-8").then(fileContent...

bug

### Current behavior: Currently it relies onto Cypress's default timeout (4000 milliseconds) ### Desired behavior: To be able to configure the timeout ### Versions ~3.6.1

enhancement