Skip to content
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

[cypress-log-to-output] Warning: An unsupported browser family was used, output will not be logged to console: chromium #16

Open
Hulkmaster opened this issue Oct 1, 2020 · 5 comments

Comments

@Hulkmaster
Copy link

Hulkmaster commented Oct 1, 2020

So related to #15

using cypress as module api

await cypress.run();

and have warning in console (and no browser logs, obviously)
"cypress-log-to-output": "^1.1.2",
"cypress": "^5.2.0",

[cypress-log-to-output] Warning: An unsupported browser family was used, output will not be logged to console: chromium

@flotwig
Copy link
Owner

flotwig commented Oct 1, 2020

Are you running your tests in Electron?

@Hulkmaster
Copy link
Author

ah, seems to be true

electron seems to be used by default, and the error is from our CI

are there plans to support electron?
because again, most useful would be to have that plugin working on our CI, and by default cypress comes with electron (as far as i understood)
https://docs.cypress.io/guides/guides/launching-browsers.html#Electron-Browser

@flotwig
Copy link
Owner

flotwig commented Oct 2, 2020

Check out #2 there is a workaround.

I'll keep this issue open, the error message is misleading here...

@JairAviles
Copy link

Still seeing this warning message even though setting the ELECTRON_ENABLE_LOGGING=1 env.

@rburgstaller
Copy link

rburgstaller commented Sep 29, 2022

having the same problem. I am specifically not running in electron but running the tests within GH actions. I am guessing its using the standard chromium browser there(?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants