-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Runner not showing in Chrome #17367
Comments
@jennifer-shehane Any advices please ? I'm willing to investigate it myself but I have no clue on how it is supposed to work. |
I'm having this same issue and not sure how to proceed. |
@dwhieb, unfortunately I never found a solution to this issue.. Not to criticize but I personally gave up on |
Thanks for the update @Badisi. I also find the large number of open issues concerning, although the project is continuing to close them at a steady pace. I've been eyeing Playwright myself. |
I'm seeing this issue in Cypress 10.3.1 in both Chrome and Edge browsers in Windows 10. I don't see this issue in Safari. |
@tchu10, I am a bit puzzled by this since Safari is not supported. This issue itself looks like it was referring to 8.0.0. In 10.0 there were significant changes in the code around the runner. Could you describe what exactly you are seeing and share some screenshots? |
Sorry, not Safari. I meant to say MacOS Chrome. I'm seeing the same thing the OP described last year. I can add that this only happens for me in windows. Selecting a browser for E2E testing (Chrome or Edge) will show the aut without the test runner panel. Running in electron works in both windows and MacOS. I will try to get a screenshot, but this may have an NDA repercussion. |
Thanks @tchu10. If you can't get a screenshot that's fine, though I'd appreciate knowing a few things:
We do test in windows regularly and haven't seen this ourselves, so any detailed information about the OS version etc would be useful too. |
Hi @marktnoonan ,
|
It's been about a week, is there an update? |
This is still not working in 10.4.0 |
Hi @tchu10 I haven't had a chance to come back to this in detail yet. I did look at the logs and something that sticks out is What I was expecting to find was something about the UI not rendering correctly, but it's clear that what's going on has a little bit more to do with the application breaking out of the Cypress iframe and doing something like setting the location of Within the log I do see this error
|
Thank you for taking a look @marktnoonan . I tried running with |
That tracks, I feel like what you are seeing is what we might expect if setting It might be worth experimenting by setting up a page that renders your application in an iFrame and seeing what it does on Windows vs Mac, without Cypress at all. |
@tchu10 please let me know if you got anywhere with reviewing your security settings, or the general tolerance this page has for being rendered in an iframe on your Windows machine in general. If this issue remains inactive we'll likely have to close it for the time being until there's a reproducible example that can be shared. Oh and actually, re-reading your comments:
Did you try setting it to false? That was my suggestion. The logs you sent already showed it being set to true, so if you haven't tried |
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen. |
Operating system: macOS 10.15.6
Chrome: 91.0.4472.114 (Official Build) (x86_64)
Node: 14.17.0
Cypress: 8.0.0
Angular: 12.1.2
I'm trying to use Cypress with a simple Angular project.
Everything works fine when opening the tests in Electron:
But with Chrome the Test Runner is not showing at all :
I tried anything I could think of:
DEBUG=cypress:*
but nothing much relevant in there (at least to me)localStorage.debug = 'cypress*'
but not working as the test runner is not even loadedAny help would be very appreciated as I have now no more idea where to look at.
Especially how the Test Runner is supposed to be loaded ?..
Thanks
The text was updated successfully, but these errors were encountered: