Chromium browser not detected if chromium installe...
# i-need-help
p
I can only see Electron browser as browsers installed in my pc. When I run cypress info with debug, I see that cypress could not detect version info via regex due to snap. cypress:launcher:linux Could not extract version from stdout using regex: { stdout: 'snap 2.59.2\n' + 'snapd 2.59.2\n' + 'series 16\n' + 'ubuntu 22.04\n' + 'kernel 5.14.0-1054-oem', versionRegex: /Chromium (\S+)/m } +0ms Any pointers?

https://cdn.discordapp.com/attachments/1109840034389053460/1109840034598756352/Screenshot_from_2023-05-21_16-45-56.png

m
Hi @prehistoric-rainbow-62451 It is also not finding your Firefox browser which Ubuntu 22.04 has installed by default. I checked on my system and there was no problem in Cypress 12.12.0 to find Chromium installed by snap. There are some tips on https://docs.cypress.io/guides/references/troubleshooting#Launching-browsers which may help.