hallowed-ability-2849
02/15/2023, 10:30 AMacceptable-hamburger-48790
02/15/2023, 11:20 AMacceptable-hamburger-48790
02/15/2023, 11:20 AMhallowed-ability-2849
02/15/2023, 12:00 PMbest-flower-17510
03/13/2023, 7:40 PMwonderful-match-15836
03/14/2023, 11:26 PMfamous-energy-17408
03/15/2023, 1:03 AMnpx cypress open --browser chrome
You can also try running Cypress in headless mode with Chrome to see if the issue persists: npx cypress run --browser chrome
This will run your tests in headless mode, and you'll see the test results in the terminal. If this works, it might indicate an issue with the graphical rendering of the Cypress Test Runner in Chrome.
Also try to disable extensions: some Chrome extensions might interfere with Cypress.