cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Maximum file size for .zip files using cy.fixture()

Open Makoehle opened this issue 1 year ago • 0 comments

Description

I've got a .zip file of 107MB. It's my usecase making it smaller is no option. Manual uploading with any modern Browser works just fine. Cypress crashes. Because smaller files work fine I assume there is a file size limit. If my assumption is correct I request:

  1. Best case, support big files
  2. or at least inform about file size limitations

I'm using Ubuntu 22.04 on Windows with WSL2.

Makoehle avatar Oct 25 '24 14:10 Makoehle