cypress-example-recipes icon indicating copy to clipboard operation
cypress-example-recipes copied to clipboard

Setting download path in Chrome using automation does not work on Windows AppVeyor

Open bahmutov opened this issue 5 years ago • 2 comments

Maybe the slashes?

https://dashboard.cypress.io/projects/6p53jw/runs/37652/specs

https://ci.appveyor.com/project/cypress-io/cypress-example-recipes/builds/35138967

image

bahmutov avatar Sep 10 '20 19:09 bahmutov

To enable remove "no:" from examples/testing-dom__download/package.json scripts "no:test:ci:windows" and "no:test:ci:windows:record"

bahmutov avatar Sep 10 '20 19:09 bahmutov

I am not able to run on my local:

Chrome (Download error): image

Electron (it's not throwing download error but it's not downloading de file): image

pehguerra avatar Jan 08 '21 21:01 pehguerra