Application not working with Chrome-64. Failing to get URL "/__/#/tests/"
See original GitHub issue- Operating System: Window 7
- Cypress Version: Cypress package version: 2.1.0 Cypress binary version: 2.1.0
- Browser Version: Chrome 64
Is this a Feature or Bug? Bug
Current behavior:
I am trying to test website with Chrome 64 browser. As soon as i run the test chrome browser opens up and it shows that it is requesting the page. But soon after it opens a page that says…
404. That’s an error.
The requested URL /__/ was not found on this server. That’s all we know.
Desired behavior:
Ideally it should open the login page.
How to reproduce:
It is very simple and it breaking at the start of the test.
Test code:
cy.visit('https://www.google.co.in')
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:32 (9 by maintainers)
Top Results From Across the Web
Fix Chrome update problems & failed updates - Google Support
On your Mac computer, open Finder. On the left, click Applications. Look for any programs you don't recognize, then do one of the...
Read more >python - Selenium: WebDriverException:Chrome failed to start ...
Your main issue is the Chrome browser is not installed at the default location within your system. The server i.e. ChromeDriver expects you...
Read more >How to troubleshoot common problems with Chrome Browser
Clear the chrome cache and see if it installs afterwards. · Remove the Chrome profile. · If all else fails, contact the developer...
Read more >Chrome Driver Issue while executing Selenium Tests
Hi all, I am executing some Selenium tests and I am getting the below error now.It was working fine until yesterday with same...
Read more >How To Fix Chrome Browser Launching Issue In WebdriverIO
How To Fix Chrome Browser Launching Issue In WebdriverIO. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
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
I can not upload image as i am behind corporate proxy. My problem is as soon as test starts running in Chrome 64 it opens a page having __ e.g. " https://app.corp.com/__/#/tests/integration\example_spec.js" and it crashes saying 404 not found.
But when I run the same test in Electron 59 it works.
With cypress 2.1.0 & chromium 64+, url visit is not redirecting properly. It adds __ in the url and the page simply waits.