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: I have a file that's 100MBs in size. It seems that the cy.fixture is trying to load this into memory before attaching to target input. It seems...

bug

### Current behavior: Unable to uploading image when html tag as button ### Desired behavior: Should able to upload image for tag as button ### Steps to reproduce: (app code...

bug

### Current behavior: Hello! we use the plugin to upload a single jpeg file `cy.get('my_file_input_selector').attachFile('flle_to_upload.jpeg'); ` This works as expected when running the tests in the browser, but it fails...

bug

Hi! We are looking into using cypress for our automation needs and one of our features include uploading files varying from pngs, pdf, and documents. As I tried to do...

### Current behavior: When attaching a file you can provide the description of a file (`{ filePath, mimeType, ... }`) and even mock its contents via `fileContent`, but you can't...

enhancement

### Current behavior: I'm having a problem with `attachFile`. When uploading a valid docx file, it works on my test server if I do it manually, but when cypress does...

bug

### Current behavior: The recommended way of adding typings support (`import 'cypress-file-upload';`) clashes with the user's typings for their custom commands. ```typescript // in support/commands.ts /// import 'cypress-file-upload'; // adding...

bug

Cypress interactive test using cypress-file-upload (v 5.0.8) with subjectType: "drag-n-drop" does not work in Chrome & Electron but works flawlessly in Firefox. In Chrome and Electron, the command attachFile passes...

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

cypress-file-upload has a variety of issues with file encoding, and an ongoing support log about working with binary files. This is understandable - cypress has historically been very text-centered, and...

enhancement