https://cypress.io logo
Cypress dashboard test run not ending
# i-need-help
i
I am experiencing some issues with test runs that are being recorded by the dashboard. Sometimes, the test run just runs forever, or until I cancel it. I can see from the logs in Jenkins that the test run did actually finish, including some other logs stating that the run was recorded by the cypress cloud. See below. 09:58:18 [2023-04-25T07:58:18.261Z] Recorded Run: https://cloud.cypress.io/projects/6uj5mh/runs/731%1B[39m 09:58:18 [2023-04-25T07:58:18.261Z] 09:58:18 [2023-04-25T07:58:18.261Z] cypress:server:cypress about to exit with code 0 +3m 09:58:18 [2023-04-25T07:58:18.261Z] cypress:server:browsers killing browser process +1m 09:58:18 [2023-04-25T07:58:18.261Z] cypress:server:browsers:chrome closing remote interface client +12s 09:58:18 [2023-04-25T07:58:18.261Z] cypress:server:browsers:chrome closing chrome +0ms 09:58:18 [2023-04-25T07:58:18.261Z] cypress:proxy:http:util:prerequests metrics: { browserPreRequestsReceived: 3444, proxyRequestsReceived: 2329, immediatelyMatchedRequests: 1308, unmatchedRequests: 45, unmatchedPreRequests: 1160 } +0ms 09:58:18 [2023-04-25T07:58:18.262Z] 2023-04-25T07:53:02.597Z cypress:cli child event fired { event: 'exit', code: 0, signal: null } 09:58:18 [2023-04-25T07:58:18.262Z] 2023-04-25T07:53:02.600Z cypress:cli child event fired { event: 'close', code: 0, signal: null } 09:58:18 [2023-04-25T07:58:18.262Z] Done in 181.97s. Any advice?
m
Hi @important-diamond-61614 There is not much that can be gleaned from the logs you posted. The Cypress Cloud project https://cloud.cypress.io/projects/6uj5mh seems to be private. Are you saying that the test run in Jenkins completes, but the recording in Cypress Cloud does not show completion?
i
Hi @many-airline-45402 Yes, that is exactly what I am saying
m
Thanks for clarifying! I checked and there aren't any live Jenkins demo CI workflows here which are connected to Cypress Cloud. Hopefully there will be a community member with experience of the combination who could help.