It seems that with the latest update, the Cypress app now launches the Electron browser by default instead of Chrome, as it did before. Is there a way to switch it back to using Chrome by default?
m
mysterious-belgium-25713
02/16/2023, 6:41 AM
Just add to your Cypress open or cypress run command the browser name.
Copy code
cypress open --browser chrome
f
famous-energy-17408
02/16/2023, 8:17 PM
Thank you @mysterious-belgium-25713 , but do you know why? And is there another way to do it without adding a browser flag to the cypress open command?
r
rapid-yak-87393
02/16/2023, 10:54 PM
It should be remembering your last choice when you open the app again. Is it not doing that for you?