cy.visit times out in Jenkins but works in local #21439
Unanswered
eeshdarthvader
asked this question in
CI setup
Replies: 2 comments 1 reply
-
Does a basic test such as |
Beta Was this translation helpful? Give feedback.
1 reply
-
Clearly the machine that hosts your Cypress tests can't access the custom domain/server that your Auth service lives in. |
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
-
Hi,
I have been tasked with writing integration tests for my company's app. It's for testing Auth0 login flow.
We have hosted a custom domain in our infra to show auth0 login page.
This works in local system but in jenkins it never loads this custom domain.
I enabled Debug logs and it shows this error
We increased the timeout , but it did not help.
Beta Was this translation helpful? Give feedback.
All reactions