Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Don't repeat on cypress open #51

Open
fr0 opened this issue Feb 4, 2020 · 5 comments
Open

Don't repeat on cypress open #51

fr0 opened this issue Feb 4, 2020 · 5 comments
Assignees

Comments

@fr0
Copy link

fr0 commented Feb 4, 2020

I think this plugin should only take effect on cypress run, not on cypress 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.

@fr0 fr0 changed the title Don't run on cypress open Don't repeat on cypress open Feb 4, 2020
@kuceb
Copy link
Owner

kuceb commented Feb 7, 2020

@fr0 agreed. I'll turn that off by default and add a configuration variable to turn it back on

@kuceb kuceb self-assigned this Feb 7, 2020
@dialex
Copy link

dialex commented Feb 10, 2020

Any update on this? I just finished installing and configuring it and the tests simply don't run on cypress open. If I do cypress run then tests run and I can see retries as expected.

There are no errors on console or browser. I'm using the latest Chrome with Cypress 3.7.0

@kuceb
Copy link
Owner

kuceb commented Feb 10, 2020

@dialex if you remove the retries plugin does cypress work as normal?

@dialex
Copy link

dialex commented Feb 11, 2020

Oh no, you're right, even without this plugin the tests don't run on cypress open 😵😱

Offtopic: I'm using Cypress 3.7.0 and I did not change anything about it. But Chrome recently updated to v80. Could it be a conflict between versions? Because the tests do run if I choose Electron v73.

Update: I upgraded Cypress to 4.0.1 and the issue persists... You can mark all my comments as offtopic, this is not related with this plugin. I guess I'll open an issue on Cypress.

@kuceb
Copy link
Owner

kuceb commented Feb 11, 2020

@dialex I believe its a problem with Chrome 80.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants