-
Notifications
You must be signed in to change notification settings - Fork 359
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
download location when running github actions. #342
Comments
Not sure I understand - is this test working locally and failing on GitHub
Actions?
Gleb
…On Thu, Apr 1, 2021 at 2:16 PM daBishMan ***@***.***> wrote:
Hello,
We are running our cypress tests in github actions.
In our configuration file we have "downloadsFolder":
"cypress/testing-downloads",, we tried with "./" in the front and
without. And when we try to run it with cypress dashboard using github we
get the following error?
Any help you can provide is greatly appreciated
[image: image]
<https://user-images.githubusercontent.com/5060855/113336671-faed0180-92e3-11eb-976d-008c9daf17e4.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#342>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ4BJXANMLSDKPYNL3FRBLTGSZ77ANCNFSM42HSATYA>
.
--
Dr. Gleb Bahmutov, PhD
Schedule video chat / phone call / meeting with me via
https://calendly.com/bahmutov
***@***.*** @bahmutov ***@***.***>
https://glebbahmutov.com/ https://glebbahmutov.com/blog
https://github.com/bahmutov
|
yes, the test is passing locally and failing on github actions. I can run the test locally with run command and it works fine. |
Can you create a reproducible example? Like, set up the simplest case that downloads a CSV file the same way you are testing? Otherwise we have nothing to go on. Maybe look at the inspiration at https://github.com/cypress-io/cypress-example-recipes/tree/master/examples/testing-dom__download |
trying to create a reproducible example, showed that the issue is not cypress issue. Sorry to bother you, and thank you for the quick response |
@jbishtawi What was the underlying issue? I'm experiencing the same issue as well. |
Are you really getting the same error message, or just something similar: Did you try enabling debugging by adding the following into the
|
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen. |
@daBishMan hi, have you found issue for this? facing same issue |
According to the previous comments this was not an issue with Cypress GitHub Action. You may be able to get some advice from the Cypress technical community on Discord |
Hello,
We are running our cypress tests in github actions.
In our configuration file we have
"downloadsFolder": "cypress/testing-downloads",
, we tried with "./" in the front and without. And when we try to run it with cypress dashboard using github we get the following error?Any help you can provide is greatly appreciated
The text was updated successfully, but these errors were encountered: