question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cypress hangs when use cypress run command with network error

See original GitHub issue

When I try to run my testing in jenkins, I found that the cypress hangs for very long time. I used the jenkins pipeline with cypress/included:4.9.0 image

cypress:network:connect received error on connect, retrying { 
  iteration: , 
  delay: 00, 
  err: Error: connect ETIMEDOUT 172.217.160.77:443     
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) { 
      errno: 'ETIMEDOUT', 
      code: 'ETIMEDOUT', 
      syscall: 'connect', 
      address: '172.217.160.77', 
      port: 443 
    } 
  } +33s
cypress:server:util:process_profiler current & mean memory and CPU usage by process group:
cypress:server:util:process_profiler 

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ycwdaaaacommented, Jul 21, 2020

@jennifer-shehane Is there any update?

0reactions
jennifer-shehanecommented, Feb 26, 2021

Right now there doesn’t seem to be enough information to reproduce the problem on our end. We’ll have to close this issue until we can reproduce it. This does not mean that your issue is not happening - it just means that we do not have a path to move forward.

Please comment in this issue with a reproducible example and we will consider reopening the issue. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Cypress Documentation
Open Cypress via cypress open · Go to Developer Tools -> View App Data · This will take you to the directory in...
Read more >
Error Messages | Cypress Documentation
This message means you tried to execute one or more Cypress commands outside of a currently running test. Cypress has to be able...
Read more >
What's New with Cypress Web Testing?
Features. Cypress will throw an error when a user attempts to update a configuration value at run-time using either the Test Configuration or...
Read more >
Retry-ability - Cypress Documentation
What you'll learn How Cypress retries commands and assertions When commands are retried and when they are not How to address some situations...
Read more >
Command Line - Cypress Documentation
Run Cypress in the browser with the given name. If a filesystem path is supplied, Cypress will attempt to use the browser at...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found