Electron closes between specs in headed mode, while Chrome does not #27098
Unanswered
asier-perez
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run Cypress tests with
cypress run --headed
, I have noticed that there is a difference between using Electron and using Chrome.about:blank
when a spec finishes, and it visits my application when the next one starts.I have an error on my application when running tests with Chrome this way, but it works fine with Electron. I know that it is not an error from Cypress, its versions or the browsers' version. I suspect that the behavior of Chrome that I have described triggers a process in the application, and this is what causes the error.
Is there any way of making Chrome behave like Electron in this sense? Or to make Electron behave like Chrome?
Beta Was this translation helpful? Give feedback.
All reactions