Cypress Github Actions connection refused question #25712
Unanswered
yvovonBerg
asked this question in
CI setup
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.
-
Hello,
I have a simple Github Actions workflow that does the following:
uses: cypress-io/github-action@v5
env:
API_BASE_URL: http://127.0.0.1:1234/
with:
start: npm run dev
wait-on: "http://127.0.0.1:1234/"
The cypress command fails on http://127.0.0.1:1234/ timed out on retry 91 of 3, elapsed 90245ms, limit 90000ms' in github actions.
Any idea how I can debug this properly?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions