When downloading a file in Docker there's no extension #27135
Unanswered
motizukilucas
asked this question in
Docker
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, good morning/afternoon/evening wherever/whenever you are
I have a test in Cypress that click on a button and downloads a file
When running this test directly in my host (Ubuntu), the download is completed with .docx extension
But when I try it inside Docker file is downloaded without extension
Is it supposed to happen like this?
I'm using
cypress/browsers:node12.14.1-chrome85-ff81
image which is the one recommended for CI setupsBeta Was this translation helpful? Give feedback.
All reactions