Cypress hangs on CI
See original GitHub issueI was using cypress 3.4 on the Azure pipeline and it was working fine. The problem started when I upgraded the cypress version to 3.5. The cypress run hangs on the first test suite and doesn’t move forward. I upgraded the cypress version to 3.6 and it was the same. I am using junit for test reporter and have nothing else special. Also the cypress test runs fine on my local without any problem.
{
"reporter": "junit",
"viewportHeight": 1600,
"viewportWidth": 1080,
"reporterOptions": {
"mochaFile": "./cypress/test-output-[hash].xml",
"toConsole": true,
"attachments": true
},
"video": false,
"env": {
"urlEnv": "staging"
},
"chromeWebSecurity": false,
"pageLoadTimeout": 50000
}
The test suites are quite simple - just a combination of cy.visit
and cy.get.type
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:31 (3 by maintainers)
Top Results From Across the Web
Cypress sometimes stalls/hangs with no output when running ...
We are facing similar issue, Cypress just hangs indefinitely during ... Cypress hangs when running in docker container in Concourse CI #7174.
Read more >Cypress + Github actions - tests hang indefinitely - Reddit
Sometimes one, sometimes three. What takes on AWS codebuild ~ 15minutes, is still hanging here after 40 minutes. After I cancel the run...
Read more >Cypress 7+ hanging in IC - Stack Overflow
The job hangs on : ℹ 「wdm」: wait until bundle finished: /__cypress/src/index.html. before stopping after 15 min due to timeout.
Read more >cypress-io/cypress - Gitter
I have problem with running Cypress tests on Azure DevOps CI using latest ... Everything worked fine on version 3.4.0, however now test...
Read more >Troubleshooting | Cypress Documentation
Troubleshooting · Support channels · Isolate the Problem · Download specific Chrome version · Clear Cypress cache · Launching browsers · Allow the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@valdasgra @dlabrecque @harvitronix @cooleiwhistles @fdaryaee @selangley-wa @9odzilla @milandebuck @EugeneCh
Can everyone try updating to our latest Cypress 3.8.0 version and let us know the results? We fixed a lot of regressions introduced in 3.5.0 and are unaware of any leftover involving CI hanging, so that would be really appreciated.
Having this issue on Azure Dev Ops. My very simple spec is not using any history.