-
Notifications
You must be signed in to change notification settings - Fork 20
Don't repeat on cypress open #51
Comments
@fr0 agreed. I'll turn that off by default and add a configuration variable to turn it back on |
Any update on this? I just finished installing and configuring it and the tests simply don't run on There are no errors on console or browser. I'm using the latest Chrome with Cypress 3.7.0 |
@dialex if you remove the retries plugin does cypress work as normal? |
Oh no, you're right, even without this plugin the tests don't run on
|
@dialex I believe its a problem with Chrome 80. |
I think this plugin should only take effect on
cypress run
, not oncypress open
.When using
cypress open
, having the plugin makes it harder to debug problems because it starts repeating the test after an error and scrolls past the error.The text was updated successfully, but these errors were encountered: