- Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Current behavior
After the Update from 8.5.0 to 8.6.0 I get the following error while starting my app in the Electron browser:
Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined
The problem might be the new Electron version, but until now I was not able to find the root cause.
An other Cypress user reported a similar problem on Stackoverflow:
https://stackoverflow.com/questions/70794396/sharedarraybuffer-not-defined-when-using-cypress/70863376#70863376
Desired behavior
The app should start normally without the SharedArrayBuffer error.
Test code to reproduce
Here ist a simple Code Repo to reproduce the error:
https://github.com/unlocomqx/cypress-ffmpeg
Switch the Cypress version to 8.5.0 and start the test with the Electron browser. -> It should work fine
Switch the Cypress version to 8.6.0 or higher and start the test with the Electron browser. -> The SharedArrayBuffer error occurs.
Cypress Version
8.6.0 and higher
Other
No response