You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking run in Cypress window with Chrome 79, a chrome launches with blank\home window and nothing else happens (the same test works properly with Electron 78). After 20 seconds this error massage appears:
Desired behavior:
Click on run button in the Cypress window (while Chrome 79 is selected)--> Chrome 79 launches and test run in it.
Steps to reproduce: (app code and test code)
Open cypress by deskstop icon or using npx cypress open;
Chrome 79 selected as test browser;
Chose test to run and click run;
ISSUE: A blank chrome tab opens up outside of the test runner and nothing happens.
Versions
Windows 10
Chrome Version 79 (64 bit)
Cypress 3.8.0
The text was updated successfully, but these errors were encountered:
@amir1011 The fix for that issue was released in 3.8.1, did you try on version 3.8.1 of Cypress?
If it is still happening in 3.8.1, we'll need more information to reproduce it. you run Cypress in debug mode mode and print the entire set of logs here?
If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix.
Current behavior:
After clicking run in Cypress window with Chrome 79, a chrome launches with blank\home window and nothing else happens (the same test works properly with Electron 78). After 20 seconds this error massage appears:

Desired behavior:
Click on run button in the Cypress window (while Chrome 79 is selected)--> Chrome 79 launches and test run in it.
Steps to reproduce: (app code and test code)
Open cypress by deskstop icon or using npx cypress open;
Chrome 79 selected as test browser;
Chose test to run and click run;
ISSUE: A blank chrome tab opens up outside of the test runner and nothing happens.
Versions
Windows 10
Chrome Version 79 (64 bit)
Cypress 3.8.0
The text was updated successfully, but these errors were encountered: