cypress-file-upload
cypress-file-upload copied to clipboard
File upload testing made easy
### 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...
### 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...
### 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...
Hi I have tried an npm install -g cypress-file-upload because cypress is installed on global, but module is not found Regards
### 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 : ```...
  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...
** 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...
### 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...
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:...