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 3.4.0 hangs in CI with Chrome 75

See original GitHub issue

Current behavior:

A test suite that runs correctly in CI using Chrome 73 is now hanging after using Chrome 75.

We have a suite of tests that has been working in CI builds using Chrome 73, and works locally using Chrome 75 and cypress open. When we upgrade to use the cypress/browsers:node10.11.0-chrome75 Docker image, the test runs started to hang after a couple of minutes. There’s no distinct pattern, sometimes it gets through 5 specs, sometimes 7, 10, etc (i.e. I don’t believe it’s a problem with a specific test).

Desired behavior:

Run through the whole suite of tests.

Steps to reproduce: (app code and test code)

This is testing an Angular application. In CI, we are using a Docker image based on cypress/browsers: FROM cypress/browsers:node10.11.0-chrome75, with browser set to chrome and headless mode turned on.

We are using cypress-failed-log and cypress-skip-and-only-ui` plugins. We use the standard spec reporter.

I turned DEBUG logs on and captured the logs from the failing run here: https://gist.github.com/rpd10/5f5522a3b76f79b1e952b81b36411e06

If it helps, I can attach partial DEBUG logs from a successful Chrome 73 run.

Versions

Cypress 3.4.0 and 3.3.2. Chrome 75 (FROM cypress/browsers:node10.11.0-chrome75). GitLab 11.11.5.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:16
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

8reactions
LienLotuscommented, Feb 13, 2020

I face this problem too on Chrome 80.0.3987.100-1, node10.16.0-chrome77, and cypress 4.0.1. But it’s working fine on Cypress 3.8.3 @jennifer-shehane : is it a regression bug?

5reactions
frankindcommented, Jul 17, 2019

I face this problem too. Now I can run both chrome 73 and 74 in docker but all chrome 75 (all node versions) it is hang.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog - Cypress Documentation
When a chromium based browser tab or process crashes, Cypress will no longer hang indefinitely but will fail the current test and move...
Read more >
caniuse-lite is outdated. Please run next command `npm ...
When I downgrade to version 10.16.5 this error stops. This error happened in my local env, but in prod and staging, it not...
Read more >
Gatsby Changelog | 5.3.0
ES Modules (ESM) in Gatsby files; Improved error messages. Also check out notable bugfixes. Bleeding Edge: Want to try new features as soon...
Read more >
Jul 15 2019 13:14 UTC - cypress-io/cypress - Gitter
CypressError : cy.get() could not find a registered alias for: ... TypeError: Cannot read property 'toLowerCase' of undefined } in chrome 75, ...
Read more >
Untitled
Hang a canadian flag, Uk car rental companies reviews, Magnr bitcoin review, Gigabyte bios download, ... Township 3.4.0 mod apk, Beyreuthertraining kritik.
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