-
Notifications
You must be signed in to change notification settings - Fork 147
Silent fail with Electron v1 #750
Comments
Hi @janusqa! Can you please step your version of |
Hi @jdalton Waiting bore no results. |
If you could create a small repro repo that would be helpful. Otherwise you can view the list of changes to see if anything jumps out 3.2.14...3.2.15. |
https://github.com/janusqa/janusqa-cypress-test-tiny-plugin3-esm I've set it in
It should open successfully and a spec should load in less than 5 seconds. change to 3.2.15
It should open and hang. Will take a look at the changes. |
I'm guessing this is related? Rolling back to
|
@OmgImAlexis No, I think your issue is more related to #752 @janusqa I found the issue. It comes down to a single line of code. Update: Patch 3953a53; Related to #333; The fix was to reintroduce a bug fix for Electron v1 (which Cypress uses still). |
@jdalton |
|
Hi I went from
"esm": "^3.2.11"
to"esm": "^3.2.17"
and something stopped working.I am using it with cypress.io. I have been using it with full success in linux and partial success in windows. See from cypress-io/cypress#3678.
This update has stopped it from working all together, to the point where I am not even getting any error output as to what could be the reason.
The text was updated successfully, but these errors were encountered: