You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently when running Cypress tests on Electron, I am receiving a CORS error that is blocked all tests fro running on Electron. I have not been able to determine a solution for this yet and I'm hoping to get some assistance.
Cypress docs mention that if you have to disable web security for the tests to run on a browser other than Chrome, that you’re out of luck. But I'm not sure this is true, since Electron has worked fine for me until the last month or so.
I've tried adding different things to my cypress.config.ts file but haven't had any luck.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently when running Cypress tests on Electron, I am receiving a CORS error that is blocked all tests fro running on Electron. I have not been able to determine a solution for this yet and I'm hoping to get some assistance.
Cypress docs mention that if you have to disable web security for the tests to run on a browser other than Chrome, that you’re out of luck. But I'm not sure this is true, since Electron has worked fine for me until the last month or so.
I've tried adding different things to my
cypress.config.ts
file but haven't had any luck.Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions