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

### Current behavior: When I run the test case, I correctly select the element button in the DOM with attachFile() but I cannot upload the file and there isn't any...

bug

### Current behavior: I am able to successfully use this plugin to upload photos & videos using Chrome Browser for e2e tests, however when the same tests are run in...

bug

### Current behavior: On a website that seems to use [dropdown.js](https://www.dropzone.dev/js/), I cannot find the element that supports `attachFile()`. The website is not under my control, so it is not...

bug

Hi I have tried an npm install -g cypress-file-upload because cypress is installed on global, but module is not found Regards

bug

### Current behavior: I wrote a function that allows me to upload files by request when needed (e.g. creating default project without UI clicking). Here's code for it : ```...

bug

![image](https://user-images.githubusercontent.com/80874229/116503799-a9319a00-a8d6-11eb-97ec-e1a276eb3901.png) ![image](https://user-images.githubusercontent.com/80874229/116503849-c5cdd200-a8d6-11eb-926b-805419ddcdb9.png) I have uploaded the image using the plugin but angular doesn't seem to change the class from ng-invalid to ng-valid

Hey, I have a problem with the upload. One file is successfully uploaded, but one is not. The file that was successfully uploaded is .x_t, and .stl cannot. I've tried...

bug

** Current behavior:** I have a suite with different tests to add attachments following the next structure : `let filenames = ['files/test2.pdf','files/test3.pdf'];` `cy.get('.mydropzone').attachFile(fileNames, { subjectType: 'drag-n-drop' });` ` The first...

bug

### Current behavior: We are using ngx-file-drop ( https://github.com/georgipeltekov/ngx-file-drop ) in our Angular App to upload files. We update our npm packages and now all our e2e cypress test with...

bug

I would like to test a directory upload input, for that it should be enough to set the `webkitRelativePath` property in the created `File` object(s), eg: ``` File { name:...

enhancement