-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse Error: Header overflow #16
Comments
Hi @czende, I will try and recreate your problem with cypress 5.2.0. |
Thank you for your answer. I didn't know that this is already presented in higher Cypress version. I'll try to upgrade, so this issue can be closed 👌 EDIT: arou you sure that in 6.3.0 is native download support? I cannot find anything about it in doc. |
https://docs.cypress.io/guides/references/changelog.html#6-3-0 You can now test file downloads in Cypress without the download prompt displaying. Any files downloaded while testing file downloads will be stored in the downloadsFolder which is set to cypress/downloads by default. The downloadsFolder will be deleted before each run unless trashAssetsBeforeRuns is set to false. Addresses #949. |
Thank you, I've tried to update Cypress and test file download and it seems to be fine until you want to do anything else after that. It's just waiting for page load and then timeouted. Related bug was already reported here cypress-io/cypress#14857 |
Hi, I'm using version 1.2.0 and Cypress version 5.2.0. Every attempt of file download ends up with the following error
any ideas? Thx!
The text was updated successfully, but these errors were encountered: