Navigation timeout when running tests in Jenkins #1941
TilakShrma
started this conversation in
General
Replies: 1 comment 1 reply
-
Couple of observations:
that said, the navigationTimeout error can occur even when the page seems loaded, if it is waiting for some resource to load. this could be an image or a javacript file etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are running Gauge + Taiko tests as a part of continuous deployment in Jenkins, but almost every time we are getting Navigation timeout error even though in generated reports it is visible that target page is completely loaded.
Same issue is not reproducible when running the tests locally.
Below are the environment details:
goto step implementation
await goto(url.href, {waitForEvents: ['loadEventFired']});
We have also set navigation timeout in setConfig:
Is there any way to debug what is causing different behavior in Jenkins ? Or any possible solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions