I am using cypress but can’t detect installed browsers
I am new to cypress
I have just simply installed node and cypress and after using it with npm init
I used npx cypress open
It worked but the only browser available for e2e was “electron” even though i have Chrome and Mozilla
How can i make this work?