Description
Current behavior
On command npx cypress open
, the Cypress client opens. However, when e2e is selected, a whitescreen is displayed
To attempt to fix this, I go into Developer Tools and clear out the app data. Then, I close and reopen Cypress, again with npx cypress open
. This time, I get in to the e2e screen, but I cannot select firefox as my browser. I close Cypress again and reopen it, and I get the whitescreen again!
Desired behavior
I can open Cypress, select e2e, and select Firefox, so that I can actually run my tests.
Test code to reproduce
I am not sure what would be causing this issue, since the bug is not even related to the code I am testing --- Cypress simply refuses to display the e2e browser options unless all appdata is deleted, and when the appdata is gone, it does not let me select the browser I am trying to test on.
Cypress Version
14.4.1
Node version
20.13.0
Operating System
Windows 11
Debug Logs
Information in logs exposes protected info. Unable.
Other
No response