In cypress 10.11 I can't visit my web page
See original GitHub issueCurrent behavior
Browser - electron https://ant.bc-servers.me/ this is my site On version 10.9 I’m able to visit this site => cy.visit(‘https://ant.bc-servers.me/’) On version 10.10 I’m not able to visit it - just empty screen and no error occurs
Desired behavior
I want to continue testing my web application on the newest version of cypress
Test code to reproduce
cy.visit('https://ant.bc-servers.me/')
Cypress Version
10.10
Node version
18.10
Operating System
Win11x64
Debug Logs
empty
Other
No response
Issue Analytics
- State:
- Created a year ago
- Comments:30 (7 by maintainers)
Top Results From Across the Web
visit - Cypress Documentation
Note: visiting a new domain requires the Cypress window to reload. You cannot visit different super domains in a single test. options (Object)....
Read more >cy.visit() failed trying to load ESOCKETTIMEDOUT · Issue #7062
CypressError : cy.visit() failed trying to load: We attempted to make an http request to this URL but the request failed without a...
Read more >Cypress failed to start on Windows - Stack Overflow
Tried opening Cypress using the prompt: node_modules.bin\cypress open but got the below message but there was no error listed. Has anyone come across...
Read more >cypress-io/cypress - Gitter
Hi, I'm getting error after accessing a web page link. The following error originated from your application code, not from Cypress. Cannot set...
Read more >Cypress on Sauce Labs
Cypress is an end-to-end JavaScript testing framework that you can use to test your web apps — either locally in Docker or remotely...
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 FreeTop 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
Top GitHub Comments
This is what I see after the test is over
The site opens fine in any browser.
Closing this issue as not reproducible