Download is not working in github actions #1796
ramirobg94
started this conversation in
Development
Replies: 2 comments
-
Is your action public? I can take a look if it is. If not, could you share a sample illustrating the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
downloadPath: downloadPath is what I used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build an e2e test that downloads a file by clicking on a link.
When I run locally and in dockers it works but when running the tests into GitHub actions I am not able to see the file after the download.
I used this,
await client().send('Page.setDownloadBehavior', {
behavior: 'allow',
downloadPath,
})
Beta Was this translation helpful? Give feedback.
All reactions